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.

Wat is Dynamics 365 Power Pane?

Dynamics 365 Power Pane is een Chrome-extensie ontwikkeld door Onur Menal, en de belangrijkste functie is "Dynamics 365 Power Pane is a helper tool designed to integrate with Dynamics CRM/365 application and allow you to manipulate forms.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Dynamics 365 Power Pane

Download Dynamics 365 Power Pane-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Dynamics 365 Power Pane Dynamics 365 Power Pane
ID eadknamngiibbmjdfokmppfooolhdidc
Officiële URL https://chromewebstore.google.com/detail/dynamics-365-power-pane/eadknamngiibbmjdfokmppfooolhdidc
Beschrijving Dynamics 365 Power Pane is a helper tool designed to integrate with Dynamics CRM/365 application and allow you to manipulate forms.
Bestandsgrootte 1.04 MB
Aantal Installaties 66,536
Huidige Versie 1.2.2.95
Laatst Bijgewerkt 2022-06-22
Publicatiedatum 2020-04-22
Beoordeling 4.84/5 Totaal 87 Beoordelingen
Ontwikkelaar Onur Menal
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/onurmenal/crm-power-pane/issues
Ondersteunde Talen 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"
}