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文件

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