Appian
One-click access to your Appian Tasks, Actions and pages
Co je Appian?
Appian je rozšíření Chrome vyvinuté appianengineering, a jeho hlavní funkcí je „One-click access to your Appian Tasks, Actions and pages“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Appian
Stáhněte si soubory rozšíření Appian ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Appian |
ID | cjbpgjljaafgoaoccedfbmjkfloejdjf |
Oficiální URL | https://chromewebstore.google.com/detail/appian/cjbpgjljaafgoaoccedfbmjkfloejdjf |
Popis | One-click access to your Appian Tasks, Actions and pages |
Velikost souboru | 166 KB |
Počet instalací | 66 |
Aktuální Verze | 1.6.5 |
Poslední Aktualizace | 2020-04-22 |
Datum Vydání | 2020-04-20 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | appianengineering |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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", " |