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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}