Cisco Assistant
A new concept tool for streamlining your working information at Cisco.
Was ist Cisco Assistant?
Cisco Assistant ist eine Chrome-Erweiterung, die von adenin entwickelt wurde, und ihr Hauptmerkmal ist "A new concept tool for streamlining your working information at Cisco.".
Erweiterungsscreenshots
Cisco Assistant-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cisco Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | Cisco Assistant |
ID | kfohcpknbjgeedpfkbapfhiihbciifme |
Offizielle URL | https://chromewebstore.google.com/detail/cisco-assistant/kfohcpknbjgeedpfkbapfhiihbciifme |
Beschreibung | A new concept tool for streamlining your working information at Cisco. |
Dateigröße | 37.28 KB |
Installationsanzahl | 43 |
Aktuelle Version | 1.2.3 |
Letztes Update | 2017-09-01 |
Veröffentlichungsdatum | 2017-09-01 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | adenin |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.nowassistant.com |
Hilfeseite URL | http://helpdesk.adenin.com |
URL der Datenschutzrichtlinien-Seite | http://www.adenin.com/legal/privacy-policy |
Unterstützte Sprachen | 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" } } |