Cisco Assistant

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

Cisco Assistant क्या है?

Cisco Assistant adenin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A new concept tool for streamlining your working information at Cisco."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cisco Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम 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"
    }
}