D365 Ribbon Debug Activator

Activates the ribbon debug option in Dynamics 365.

D365 Ribbon Debug Activatorとは何ですか?

D365 Ribbon Debug ActivatorはWareTec IT Solutions GmbHによって開発されたChromeの拡張機能で、その主な機能は「Activates the ribbon debug option in Dynamics 365.」です。

拡張機能のスクリーンショット

screenshot

D365 Ribbon Debug Activator拡張機能のCRXファイルをダウンロード

D365 Ribbon Debug Activator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 D365 Ribbon Debug Activator D365 Ribbon Debug Activator
ID kgnaiefijckpjhabkealidfglbbclooa
公式URL https://chromewebstore.google.com/detail/d365-ribbon-debug-activat/kgnaiefijckpjhabkealidfglbbclooa
説明 Activates the ribbon debug option in Dynamics 365.
ファイルサイズ 13.97 KB
インストール数 72
現在のバージョン 1.2
最終更新日 2022-03-29
公開日 2022-03-21
評価 5.00/5 合計 2 レビュー
開発者 WareTec IT Solutions GmbH
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/waretec-it/D365RibbonDebugActivator
対応言語 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"
    ]
}