Pocket Channel-i
Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.
Qu'est-ce que Pocket Channel-i ?
Pocket Channel-i est une extension Chrome développée par Unknown, et sa fonction principale est "Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pocket Channel-i
Téléchargez les fichiers d'extension Pocket Channel-i au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Introducing Pocket Channel-I! Now accessing your intranet applications and staying in sync with Channel-I is easier than ever before!
Informations de Base sur l'Extension
Nom | |
ID | bmdldmogfobfbhfbifklclnbacoojknk |
URL Officiel | https://chromewebstore.google.com/detail/pocket-channel-i/bmdldmogfobfbhfbifklclnbacoojknk |
Description | Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated. |
Taille du Fichier | 299 KB |
Nombre d'Installations | 9 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2014-04-06 |
Date de Publication | 2014-04-06 |
Évaluation | 4.86/5 Total 14 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |