D365 Ribbon Debug Activator
Activates the ribbon debug option in Dynamics 365.
What is D365 Ribbon Debug Activator?
D365 Ribbon Debug Activator is a Chrome extension developed by WareTec IT Solutions GmbH, and its main feature is "Activates the ribbon debug option in Dynamics 365.".
Extension Screenshots
Download D365 Ribbon Debug Activator Extension CRX File
Download D365 Ribbon Debug Activator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simple add on to activate the ribbon debug flag in your browser. Just keep it activated and the command checker menu item will always be shown.
Extension Basic Information
Name | D365 Ribbon Debug Activator |
ID | kgnaiefijckpjhabkealidfglbbclooa |
Official URL | https://chromewebstore.google.com/detail/d365-ribbon-debug-activat/kgnaiefijckpjhabkealidfglbbclooa |
Description | Activates the ribbon debug option in Dynamics 365. |
File Size | 13.97 KB |
Installation Count | 72 |
Current Version | 1.2 |
Last Updated | 2022-03-29 |
Publish Date | 2022-03-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | WareTec IT Solutions GmbH |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/waretec-it/D365RibbonDebugActivator |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "D365 Ribbon Debug Activator", "description": "Activates the ribbon debug option in Dynamics 365.", "version": "1.2", "manifest_version": 3, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.crm1.dynamics.com\/*", "https:\/\/*.crm2.dynamics.com\/*", "https:\/\/*.crm3.dynamics.com\/*", "https:\/\/*.crm4.dynamics.com\/*", "https:\/\/*.crm5.dynamics.com\/*" ], "js": [ "ribbon-debug-activator.js" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "tabs" ] } |