D365 Ribbon Debug Activator
Activates the ribbon debug option in Dynamics 365.
Cos'è D365 Ribbon Debug Activator?
D365 Ribbon Debug Activator è un'estensione di Chrome sviluppata da WareTec IT Solutions GmbH, e la sua funzione principale è "Activates the ribbon debug option in Dynamics 365.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione D365 Ribbon Debug Activator
Scarica i file di estensione D365 Ribbon Debug Activator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | D365 Ribbon Debug Activator |
ID | kgnaiefijckpjhabkealidfglbbclooa |
URL Ufficiale | https://chromewebstore.google.com/detail/d365-ribbon-debug-activat/kgnaiefijckpjhabkealidfglbbclooa |
Descrizione | Activates the ribbon debug option in Dynamics 365. |
Dimensione del File | 13.97 KB |
Conteggio Installazioni | 72 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2022-03-29 |
Data di Pubblicazione | 2022-03-21 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | WareTec IT Solutions GmbH |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/waretec-it/D365RibbonDebugActivator |
Lingue Supportate | 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" ] } |