GotDibbs Toolbox for Dynamics 365/CRM

Admin tools for Dynamics 365/CRM

GotDibbs Toolbox for Dynamics 365/CRM란 무엇입니까?

GotDibbs Toolbox for Dynamics 365/CRM은(는) https://gotdibbs.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Admin tools for Dynamics 365/CRM"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

GotDibbs Toolbox for Dynamics 365/CRM 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    }
}