Winvision Dynamics 365 CRM Tools

Development tools for Microsoft Dynamics CRM 2016 and Dynamics 365.

什麼是Winvision Dynamics 365 CRM Tools?

Winvision Dynamics 365 CRM Tools是由winvisioncrmtools開發的Chrome擴展程式,該擴展的主要功能是“Development tools for Microsoft Dynamics CRM 2016 and Dynamics 365.”。

擴展截圖

screenshot

下載Winvision Dynamics 365 CRM Tools擴展crx文件

下載Winvision Dynamics 365 CRM Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        No more struggling with HTML inspectors to obtain the Microsoft Dynamics information you need!

This tool helps consultants, testers and developers by providing basic tools for retrieving information from Dynamics 365 and Microsoft Dynamics CRM 2016 forms.

We also support the unified interface forms!

Current features include:

    - Obtain form and record GUIDs.
    - Display option set and status reason identifiers.
    - Obtain the object type code of an entity.
    - Display internal entity names, internal view column names and internal field names.
    - Copy GUIDs and internal names to your clipboard.
    - Works on quick create forms and in pop-up windows.
    - Remove all read-only fields and disable required fields using the God mode.
    - Quick navigation to CRM pages and records.

The Firefox version can be found here:

https://addons.mozilla.org/en-US/firefox/addon/winvisioncrmtools/                    

擴展基本資訊

名稱 Winvision Dynamics 365 CRM Tools Winvision Dynamics 365 CRM Tools
ID phcppmldknbkicjnjchgjbdbjjodoebi
官方網址 https://chromewebstore.google.com/detail/winvision-dynamics-365-cr/phcppmldknbkicjnjchgjbdbjjodoebi
簡介 Development tools for Microsoft Dynamics CRM 2016 and Dynamics 365.
檔案大小 1.18 MB
安裝次數 2,051
目前版本 3.1.0
更新時間 2021-11-12
上架時間 2020-05-18
評分 5.00/5 共 5 次評分
開發者 winvisioncrmtools
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Winvision bv",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "W.Dynamics Tools"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/js\/jquery-3.6.0.min.js",
                "js\/injectWvDynamics.js"
            ]
        }
    ],
    "description": "Development tools for Microsoft Dynamics CRM 2016 and Dynamics 365.",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2,
    "name": "Winvision Dynamics 365 CRM Tools",
    "permissions": [
        "activeTab",
        "tabs",
        "clipboardWrite"
    ],
    "short_name": "W.Dynamics Tools",
    "version": "3.1.0",
    "web_accessible_resources": [
        "js\/dynamicsTools.js"
    ]
}