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.

O que é Dynamics 365 Power Pane?

Dynamics 365 Power Pane é uma extensão do Chrome desenvolvida por Onur Menal, e sua principal característica é "Dynamics 365 Power Pane is a helper tool designed to integrate with Dynamics CRM/365 application and allow you to manipulate forms.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Dynamics 365 Power Pane

Baixe arquivos de extensão Dynamics 365 Power Pane no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Dynamics 365 Power Pane Dynamics 365 Power Pane
ID eadknamngiibbmjdfokmppfooolhdidc
URL Oficial https://chromewebstore.google.com/detail/dynamics-365-power-pane/eadknamngiibbmjdfokmppfooolhdidc
Descrição Dynamics 365 Power Pane is a helper tool designed to integrate with Dynamics CRM/365 application and allow you to manipulate forms.
Tamanho do Arquivo 1.04 MB
Contagem de Instalações 66,536
Versão Atual 1.2.2.95
Última Atualização 2022-06-22
Data de Publicação 2020-04-22
Classificação 4.84/5 Total de 87 Avaliações
Desenvolvedor Onur Menal
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/onurmenal/crm-power-pane/issues
Idiomas Suportados 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"
}