Pocket Channel-i
Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.
¿Qué es Pocket Channel-i?
Pocket Channel-i es una extensión de Chrome desarrollada por Unknown, y su función principal es "Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Pocket Channel-i
Descarga archivos de extensión Pocket Channel-i en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Introducing Pocket Channel-I! Now accessing your intranet applications and staying in sync with Channel-I is easier than ever before!
Información Básica de la Extensión
Nombre | |
ID | bmdldmogfobfbhfbifklclnbacoojknk |
URL Oficial | https://chromewebstore.google.com/detail/pocket-channel-i/bmdldmogfobfbhfbifklclnbacoojknk |
Descripción | Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated. |
Tamaño del Archivo | 299 KB |
Cantidad de Instalaciones | 9 |
Versión Actual | 2.0 |
Última Actualización | 2014-04-06 |
Fecha de Publicación | 2014-04-06 |
Calificación | 4.86/5 Total de 14 Calificaciones |
Desarrollador | Unknown |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pocket Channel-i", "description": "Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.", "version": "2.0", "background": { "scripts": [ "js\/jquery-1.9.1.js", "js\/background.js" ] }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "https:\/\/channeli.in\/*" ], "browser_action": { "default_icon": "images\/icon_inactive.png", "default_popup": "popup.html", "default_name": "Channel-i" } } |