Cisco Assistant
A new concept tool for streamlining your working information at Cisco.
What is Cisco Assistant?
Cisco Assistant is a Chrome extension developed by adenin, and its main feature is "A new concept tool for streamlining your working information at Cisco.".
Extension Screenshots
Download Cisco Assistant Extension CRX File
Download Cisco Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Cisco Assistant |
ID | kfohcpknbjgeedpfkbapfhiihbciifme |
Official URL | https://chromewebstore.google.com/detail/cisco-assistant/kfohcpknbjgeedpfkbapfhiihbciifme |
Description | A new concept tool for streamlining your working information at Cisco. |
File Size | 37.28 KB |
Installation Count | 43 |
Current Version | 1.2.3 |
Last Updated | 2017-09-01 |
Publish Date | 2017-09-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | adenin |
[email protected] | |
Payment Type | free |
Extension Website | http://www.nowassistant.com |
Help Page URL | http://helpdesk.adenin.com |
Privacy Policy Page URL | http://www.adenin.com/legal/privacy-policy |
Supported Languages | 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" } } |