Winvision Dynamics 365 CRM Tools

Development tools for Microsoft Dynamics CRM 2016 and Dynamics 365.

Winvision Dynamics 365 CRM Tools là gì?

Winvision Dynamics 365 CRM Tools là một tiện ích mở rộng Chrome được phát triển bởi winvisioncrmtools, và tính năng chính của nó là "Development tools for Microsoft Dynamics CRM 2016 and 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 Winvision Dynamics 365 CRM Tools

Tải xuống các tệp mở rộng Winvision Dynamics 365 CRM Tools 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

                        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/                    

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

Tên Winvision Dynamics 365 CRM Tools Winvision Dynamics 365 CRM Tools
ID phcppmldknbkicjnjchgjbdbjjodoebi
URL Chính Thức https://chromewebstore.google.com/detail/winvision-dynamics-365-cr/phcppmldknbkicjnjchgjbdbjjodoebi
Mô tả Development tools for Microsoft Dynamics CRM 2016 and Dynamics 365.
Kích Thước Tệp 1.18 MB
Số Lần Cài Đặt 2,051
Phiên Bản Hiện Tại 3.1.0
Cập Nhật Lần Cuối 2021-11-12
Ngày Phát Hành 2020-05-18
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển winvisioncrmtools
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}