Appian

One-click access to your Appian Tasks, Actions and pages

O que é Appian?

Appian é uma extensão do Chrome desenvolvida por appianengineering, e sua principal característica é "One-click access to your Appian Tasks, Actions and pages".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Appian

Baixe arquivos de extensão Appian 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

                        The Appian browser extension allows you to complete tasks and start Appian processes from any website.  It also provides quick access to your recent and favorite pages from your Appian installation.  In addition, it super-charges your Gmail and allows you to complete tasks without leaving your inbox.

Note: this requires the Appian Browser Extension Application to be imported into your Appian installation.                    

Informações Básicas da Extensão

Nome Appian Appian
ID cjbpgjljaafgoaoccedfbmjkfloejdjf
URL Oficial https://chromewebstore.google.com/detail/appian/cjbpgjljaafgoaoccedfbmjkfloejdjf
Descrição One-click access to your Appian Tasks, Actions and pages
Tamanho do Arquivo 166 KB
Contagem de Instalações 66
Versão Atual 1.6.5
Última Atualização 2020-04-22
Data de Publicação 2020-04-20
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor appianengineering
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Appian",
    "description": "One-click access to your Appian Tasks, Actions and pages",
    "version": "1.6.5",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "128": "icon128.png",
            "48": "icon48.png",
            "16": "icon16.png"
        }
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmail.js"
            ],
            "css": [
                "gmail.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon16.png"
    ],
    "permissions": [
        "history",
        "storage",
        "alarms",
        "activeTab",
        "notifications",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}