Cisco Assistant
A new concept tool for streamlining your working information at Cisco.
Wat is Cisco Assistant?
Cisco Assistant is een Chrome-extensie ontwikkeld door adenin, en de belangrijkste functie is "A new concept tool for streamlining your working information at Cisco.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cisco Assistant
Download Cisco Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Cisco Assistant |
ID | kfohcpknbjgeedpfkbapfhiihbciifme |
Officiële URL | https://chromewebstore.google.com/detail/cisco-assistant/kfohcpknbjgeedpfkbapfhiihbciifme |
Beschrijving | A new concept tool for streamlining your working information at Cisco. |
Bestandsgrootte | 37.28 KB |
Aantal Installaties | 43 |
Huidige Versie | 1.2.3 |
Laatst Bijgewerkt | 2017-09-01 |
Publicatiedatum | 2017-09-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | adenin |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.nowassistant.com |
Help Pagina-URL | http://helpdesk.adenin.com |
URL van de Privacybeleid Pagina | http://www.adenin.com/legal/privacy-policy |
Ondersteunde Talen | 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" } } |