Appian

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

Τι είναι το Appian;

Το Appian είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον appianengineering, και η κύρια λειτουργία του είναι "One-click access to your Appian Tasks, Actions and pages".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Appian

Λήψη αρχείων επέκτασης 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'"
}