While uploading my extension to Microsoft Partner Centre, I have got a "Public key" for my extension along with CRX ID and Store ID. I could not find any documentation on the use of this Public key in Microsoft Edge Add-ons. Can I know the use of this key?
How is a public key used that is generated when a Microsoft Edge extension is submitted on Partner Center?
418 Views Asked by Dishavish At
1
There are 1 best solutions below
Related Questions in MICROSOFT-EDGE
- Microsoft Edge browser javascript runtime "permission denied" error
- XPath expression using "and" doesn't work in Microsoft Edge?
- How to change homepage by Registry in Edge Browser
- Will Microsoft Edge use prefixes like -webkit- or -ms-?
- Why does Microsoft Edge (formerly Project Spartan) prompt to open this website in Internet Explorer?
- Modal windows aren't responding in Microsoft Edge (Spartan)
- XMLHttpRequest: Network Error 0x80070005, Access is denied on Microsoft Edge (but not IE)
- Microsoft Edge PDF inline issue
- Where does Edge store user's virtualized files?
- ::ms-thumb pseudo element behaviour after dragging
- Will Microsoft Edge and Windows 10 support HTA?
- Communicating between a native app and MS Edge or IE in Enhanced Protected Mode?
- SVG rendering in Microsoft Edge
- Datatables.net excel export size is huge and can't download in IE 11/Edge but can in Chrome
- Delphi: get URL from Edge ver 38+ (all windows 10 updates installed)
Related Questions in BROWSER-EXTENSION
- Can browsersync inject updated content in the browser without a refresh?
- Get DOM values in browser extension
- Crossrider extension on browser launch
- Make sure ctypes DLL is called from my extension
- CrossRider - is there a way to pass arrays as function parameters without converting them to objects?
- Is it possible to list running programs/applications from web browser?
- getUserMedia API suport for Opera Local screen share
- CrossRider - How do I inject script to specific tabs? And how do I reload specific tabs?
- Install extension hosted in Chrome Web Store without ugly inline modal
- Getting started writing Extensions/Add-Ons/Plugins/BHOs for IE
- JavaScript completely "tamper safe" variables
- Asynchronous Promise and then()
- How to default Edge extension to show next to address bar by default
- Theoretically possible to bundle Mercurial or Git in a browser extension?
- Multiple JS files in Chrome Extension - how to load them?
Related Questions in MICROSOFT-EDGE-EXTENSION
- Is it possible to package and sign an extension for Microsoft Edge?
- How to know whether a chrome extension is downloaded from store?
- How to default Edge extension to show next to address bar by default
- Configure UWP Native Messagging App
- How long does it take for the approval of an Microsoft Edge extension?
- Uploading browser extension to Microsoft Partner Centre
- How to load an extension in Edge using Selenium?
- Cannot Find Edge AAD OIDC App Launcher Extension
- How can I ensure that the extension ID remains the same when publishing my browser extension for the first time on Chrome and Edge?
- chrome extension contextMenu contextType includes browser_action didn't mathch documentUrlPatterns
- Detect when tab was restored from history
- How do I get my browser extension to redirect the website I want it to?
- How to get split tabs in Microsoft Edge extensions?
- How to troubleshoot extension when it behaves differently while developer console is opened?
- Configure chrome extension without making custom versions
Related Questions in BROWSER-ADDONS
- Level of control in browser add-on code: How low can I go?
- How to test google analytics in firefox browser?
- How to download multiple numbered images from a website in an easy manner?
- Javascript stop browser advertisement add ons
- I need to detect the user's active browser extensions / add-ons
- Communication between browser addon and C# application
- How to capture the runtime html content/state with all styles applied and javascript removed
- How to hook browser Print command like File->Print or File->Save
- Addon for metro version of IE10
- How doesFirefox and Chrome's quick update cycles affect the development of add-ons and extensions, if at all?
- How to provide any additional details for certification review when submitting an extension to Microsoft Edge Add-ons website?
- Programmatically uninstall browser extensions
- Cannot execute local script in IE
- A few general questions about creating browser extensions
- How to search and write putty.exe path to a text file in windows using xul?
Related Questions in MICROSOFT-EDGE-CHROMIUM
- Where can i find url to download edge browser like we have for chrome
- How to get split tabs in Microsoft Edge extensions?
- Google Chrome/MS Edge version 87 affecting iFrames from being viewable?
- Call .Net assembly from OBJECT tag in Microsoft Edge
- Microsoft Edge User Agent Overrides without plugin or dev tools
- Can you enable chrome / chromium edge extensions on the extension pages?
- Browser autofill suggestion box overlapping floating label input field
- chromium browser integrated newtab page
- Open URL's in MS Edge and reuse the same tab
- How to re-submit a Microsoft Edge Add-on if it fails in certification review?
- How to disable SmartScreen (safebrowsing in edge) on C# Selenium Edge Chromium?
- Different results in Two different tabs and same browser window.navigator.userAgent (edge chromium browser)
- How to provide any additional details for certification review when submitting an extension to Microsoft Edge Add-ons website?
- Is it possible to submit a PDF form in the Edge PDF Viewer?
- SSO via AAD failes with MS Edge (chromium) in IE Mode
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The only thing I can find about public key in Microsoft doc is this:
So I think the use of the public key is to generate extension ID.