GotDibbs Toolbox for Dynamics 365/CRM

Admin tools for Dynamics 365/CRM

GotDibbs Toolbox for Dynamics 365/CRMคืออะไร?

GotDibbs Toolbox for Dynamics 365/CRM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gotdibbs.com และคุณลักษณะหลักของมันคือ "Admin tools for Dynamics 365/CRM"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GotDibbs Toolbox for Dynamics 365/CRM

ดาวน์โหลดไฟล์ส่วนขยาย GotDibbs Toolbox for Dynamics 365/CRM ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Quick tools and shortcuts to assist with development in a Dynamics 365 environment.

Includes:
 - Display of Organization Unique Name, Dynamics Version, User Id, Security Roles (and links to edit them), Record Id, Record Url, etc. All of these points can be double clicked to copy them to the clipboard.
 - Navigation helpers to get you quickly to: Advanced Find, Solution Import, etc. You can even open a solution if you know it's unique name.
 - Dev/Admin Utilities like: enable all fields on a form, list dirty fields, show record properties window, enable ribbon debugger.
 - Keyboard shortcut to open the toolbox: Alt + Shift + G, otherwise click on the box icon that's added to your browser actions next to your address bar.

More to come! Recently entirely rewritten in React. Come visit us on GitHub to make suggestions for what comes next: https://github.com/gotdibbs/Dynamics-365-Toolkit                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GotDibbs Toolbox for Dynamics 365/CRM GotDibbs Toolbox for Dynamics 365/CRM
ID ajhcbjjgonogiifldoofdeonjclcehkh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gotdibbs-toolbox-for-dyna/ajhcbjjgonogiifldoofdeonjclcehkh
คำอธิบาย Admin tools for Dynamics 365/CRM
ขนาดไฟล์ 321 KB
จำนวนการติดตั้ง 1,392
เวอร์ชันปัจจุบัน 2023.4.1
อัปเดตครั้งล่าสุด 2023-04-07
วันที่เผยแพร่ 2020-06-15
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://gotdibbs.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/gotdibbs/Dynamics-365-Toolkit
URL หน้าช่วยเหลือ https://github.com/gotdibbs/Dynamics-365-Toolkit/issues/new/choose
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GotDibbs Toolbox for Dynamics 365\/CRM",
    "description": "Admin tools for Dynamics 365\/CRM",
    "author": "gotdibbs",
    "version": "2023.4.1",
    "manifest_version": 3,
    "icons": {
        "128": "toolbox.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "GotDibbs Toolbox",
        "default_icon": "toolbox.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "launcher.js",
                "honeybadger.min.js",
                "toolkit.*"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+G",
                "mac": "Alt+Shift+G"
            },
            "description": "Launches the Toolbox"
        }
    }
}