Cisco Assistant
A new concept tool for streamlining your working information at Cisco.
什么是Cisco Assistant?
Cisco Assistant是由adenin开发的Chrome扩展程序,该扩展的主要功能是“A new concept tool for streamlining your working information at Cisco.”。
扩展截图
下载Cisco Assistant扩展crx文件
下载Cisco Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | 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" } } |