D365 Ribbon Debug Activator

Activates the ribbon debug option in Dynamics 365.

Wat is D365 Ribbon Debug Activator?

D365 Ribbon Debug Activator is een Chrome-extensie ontwikkeld door WareTec IT Solutions GmbH, en de belangrijkste functie is "Activates the ribbon debug option in Dynamics 365.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie D365 Ribbon Debug Activator

Download D365 Ribbon Debug Activator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam D365 Ribbon Debug Activator D365 Ribbon Debug Activator
ID kgnaiefijckpjhabkealidfglbbclooa
Officiële URL https://chromewebstore.google.com/detail/d365-ribbon-debug-activat/kgnaiefijckpjhabkealidfglbbclooa
Beschrijving Activates the ribbon debug option in Dynamics 365.
Bestandsgrootte 13.97 KB
Aantal Installaties 72
Huidige Versie 1.2
Laatst Bijgewerkt 2022-03-29
Publicatiedatum 2022-03-21
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar WareTec IT Solutions GmbH
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/waretec-it/D365RibbonDebugActivator
Ondersteunde Talen 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"
    ]
}