D365 Ribbon Debug Activator

Activates the ribbon debug option in Dynamics 365.

D365 Ribbon Debug Activator là gì?

D365 Ribbon Debug Activator là một tiện ích mở rộng Chrome được phát triển bởi WareTec IT Solutions GmbH, và tính năng chính của nó là "Activates the ribbon debug option in Dynamics 365.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng D365 Ribbon Debug Activator

Tải xuống các tệp mở rộng D365 Ribbon Debug Activator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên D365 Ribbon Debug Activator D365 Ribbon Debug Activator
ID kgnaiefijckpjhabkealidfglbbclooa
URL Chính Thức https://chromewebstore.google.com/detail/d365-ribbon-debug-activat/kgnaiefijckpjhabkealidfglbbclooa
Mô tả Activates the ribbon debug option in Dynamics 365.
Kích Thước Tệp 13.97 KB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-03-29
Ngày Phát Hành 2022-03-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển WareTec IT Solutions GmbH
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/waretec-it/D365RibbonDebugActivator
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}