Dynamics 365 Power Pane

Dynamics 365 Power Pane is a helper tool designed to integrate with Dynamics CRM/365 application and allow you to manipulate forms.

Dynamics 365 Power Pane là gì?

Dynamics 365 Power Pane là một tiện ích mở rộng Chrome được phát triển bởi Onur Menal, và tính năng chính của nó là "Dynamics 365 Power Pane is a helper tool designed to integrate with Dynamics CRM/365 application and allow you to manipulate forms.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dynamics 365 Power Pane

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

                        Dynamics 365 UCI, Dynamics 365 V9, Dynamics 365 v8, Dynamics CRM 2016, Dynamics CRM 2015, Dynamics CRM 2013                    

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

Tên Dynamics 365 Power Pane Dynamics 365 Power Pane
ID eadknamngiibbmjdfokmppfooolhdidc
URL Chính Thức https://chromewebstore.google.com/detail/dynamics-365-power-pane/eadknamngiibbmjdfokmppfooolhdidc
Mô tả Dynamics 365 Power Pane is a helper tool designed to integrate with Dynamics CRM/365 application and allow you to manipulate forms.
Kích Thước Tệp 1.04 MB
Số Lần Cài Đặt 66,536
Phiên Bản Hiện Tại 1.2.2.95
Cập Nhật Lần Cuối 2022-06-22
Ngày Phát Hành 2020-04-22
Đánh Giá 4.84/5 Tổng số 87 Đánh Giá
Nhà Phát Triển Onur Menal
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/onurmenal/crm-power-pane/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dynamics 365 Power Pane",
    "short_name": "Dynamics 365 Power Pane",
    "version": "1.2.2.95",
    "description": "Dynamics 365 Power Pane is a helper tool designed to integrate with Dynamics CRM\/365 application and allow you to manipulate forms.",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_title": "Dynamics 365 Power Pane",
        "default_icon": "img\/icon-48.png"
    },
    "icons": {
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "64": "img\/icon-64.png",
        "128": "img\/icon-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "js\/inject.js"
            ],
            "css": [
                "ui\/css\/pane.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "ui\/*",
        "img\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "ui\/options.html"
}