Cisco Assistant

A new concept tool for streamlining your working information at Cisco.

Τι είναι το Cisco Assistant;

Το Cisco Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον adenin, και η κύρια λειτουργία του είναι "A new concept tool for streamlining your working information at Cisco.".

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

screenshot

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

Λήψη αρχείων επέκτασης Cisco Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                                            

Βασικές Πληροφορίες Επέκτασης

Όνομα Cisco Assistant Cisco Assistant
ID kfohcpknbjgeedpfkbapfhiihbciifme
Επίσημο URL https://chromewebstore.google.com/detail/cisco-assistant/kfohcpknbjgeedpfkbapfhiihbciifme
Περιγραφή A new concept tool for streamlining your working information at Cisco.
Μέγεθος Αρχείου 37.28 KB
Αριθμός Εγκαταστάσεων 43
Τρέχουσα Έκδοση 1.2.3
Τελευταία Ενημέρωση 2017-09-01
Ημερομηνία Δημοσίευσης 2017-09-01
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής adenin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.nowassistant.com
Διεύθυνση URL της Σελίδας Βοήθειας http://helpdesk.adenin.com
URL της Σελίδας Πολιτικής Απορρήτου http://www.adenin.com/legal/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cisco Assistant",
    "version": "1.2.3",
    "description": "A new concept tool for streamlining your working information at Cisco.",
    "homepage_url": "http:\/\/www.nowassistant.com",
    "icons": {
        "19": "img\/icon_19.png",
        "38": "img\/icon_38.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19_red.png",
            "38": "img\/icon_38_red.png"
        },
        "default_popup": "html\/index.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "notifications",
        "http:\/\/cisco.nowassistant.com\/*",
        "https:\/\/cisco.nowassistant.com\/*",
        "https:\/\/cards-pilot.cisco.com\/*"
    ],
    "options_ui": {
        "chrome_style": true,
        "page": "options\/options.html"
    },
    "options_page": "options\/options.html",
    "background": {
        "page": "html\/background.html"
    }
}