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”。
擴展截圖
下載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 |
ID | cjbpgjljaafgoaoccedfbmjkfloejdjf |
官方網址 | 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", " |