D365 Ribbon Debug Activator
Activates the ribbon debug option in Dynamics 365.
Was ist D365 Ribbon Debug Activator?
D365 Ribbon Debug Activator ist eine Chrome-Erweiterung, die von WareTec IT Solutions GmbH entwickelt wurde, und ihr Hauptmerkmal ist "Activates the ribbon debug option in Dynamics 365.".
Erweiterungsscreenshots
D365 Ribbon Debug Activator-Erweiterungs-CRX-Datei herunterladen
Laden Sie D365 Ribbon Debug Activator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | D365 Ribbon Debug Activator |
ID | kgnaiefijckpjhabkealidfglbbclooa |
Offizielle URL | https://chromewebstore.google.com/detail/d365-ribbon-debug-activat/kgnaiefijckpjhabkealidfglbbclooa |
Beschreibung | Activates the ribbon debug option in Dynamics 365. |
Dateigröße | 13.97 KB |
Installationsanzahl | 72 |
Aktuelle Version | 1.2 |
Letztes Update | 2022-03-29 |
Veröffentlichungsdatum | 2022-03-21 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | WareTec IT Solutions GmbH |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://github.com/waretec-it/D365RibbonDebugActivator |
Unterstützte Sprachen | 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" ] } |