Pocket Channel-i
Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.
Cos'è Pocket Channel-i?
Pocket Channel-i è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pocket Channel-i
Scarica i file di estensione Pocket Channel-i in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Introducing Pocket Channel-I! Now accessing your intranet applications and staying in sync with Channel-I is easier than ever before!
Informazioni di Base sull'Estensione
Nome | |
ID | bmdldmogfobfbhfbifklclnbacoojknk |
URL Ufficiale | https://chromewebstore.google.com/detail/pocket-channel-i/bmdldmogfobfbhfbifklclnbacoojknk |
Descrizione | Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated. |
Dimensione del File | 299 KB |
Conteggio Installazioni | 9 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2014-04-06 |
Data di Pubblicazione | 2014-04-06 |
Valutazione | 4.86/5 Totale 14 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |