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.

Was ist Dynamics 365 Power Pane?

Dynamics 365 Power Pane ist eine Chrome-Erweiterung, die von Onur Menal entwickelt wurde, und ihr Hauptmerkmal ist "Dynamics 365 Power Pane is a helper tool designed to integrate with Dynamics CRM/365 application and allow you to manipulate forms.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Dynamics 365 Power Pane-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dynamics 365 Power Pane-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Dynamics 365 Power Pane Dynamics 365 Power Pane
ID eadknamngiibbmjdfokmppfooolhdidc
Offizielle URL https://chromewebstore.google.com/detail/dynamics-365-power-pane/eadknamngiibbmjdfokmppfooolhdidc
Beschreibung Dynamics 365 Power Pane is a helper tool designed to integrate with Dynamics CRM/365 application and allow you to manipulate forms.
Dateigröße 1.04 MB
Installationsanzahl 66,536
Aktuelle Version 1.2.2.95
Letztes Update 2022-06-22
Veröffentlichungsdatum 2020-04-22
Bewertung 4.84/5 Insgesamt 87 Bewertungen
Entwickler Onur Menal
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/onurmenal/crm-power-pane/issues
Unterstützte Sprachen 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"
}