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란 무엇입니까?

Dynamics 365 Power Pane은(는) Onur Menal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dynamics 365 Power Pane is a helper tool designed to integrate with Dynamics CRM/365 application and allow you to manipulate forms."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Dynamics 365 Power Pane 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Dynamics 365 Power Pane Dynamics 365 Power Pane
ID eadknamngiibbmjdfokmppfooolhdidc
공식 URL https://chromewebstore.google.com/detail/dynamics-365-power-pane/eadknamngiibbmjdfokmppfooolhdidc
설명 Dynamics 365 Power Pane is a helper tool designed to integrate with Dynamics CRM/365 application and allow you to manipulate forms.
파일 크기 1.04 MB
설치 횟수 66,536
현재 버전 1.2.2.95
최근 업데이트 2022-06-22
출시 날짜 2020-04-22
평점 4.84/5 총 87 개의 평점
개발자 Onur Menal
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/onurmenal/crm-power-pane/issues
지원되는 언어 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"
}