Appian

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

什么是Appian?

Appian是由appianengineering开发的Chrome扩展程序,该扩展的主要功能是“One-click access to your Appian Tasks, Actions and pages”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Appian扩展crx文件

下载Appian扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Appian Appian
ID cjbpgjljaafgoaoccedfbmjkfloejdjf
官方URL https://chromewebstore.google.com/detail/appian/cjbpgjljaafgoaoccedfbmjkfloejdjf
简介 One-click access to your Appian Tasks, Actions and pages
文件大小 166 KB
安装次数 66
当前版本 1.6.5
更新时间 2020-04-22
上架时间 2020-04-20
评分 5.00/5 共1次评分
开发者 appianengineering
电子邮箱 [email protected]
付费类型 free
支持的语言 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'"
}