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
Eメール [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'"
}