Pocket Channel-i
Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.
Wat is Pocket Channel-i?
Pocket Channel-i is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pocket Channel-i
Download Pocket Channel-i-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
Introducing Pocket Channel-I! Now accessing your intranet applications and staying in sync with Channel-I is easier than ever before!
Basisinformatie over de Extensie
Naam | |
ID | bmdldmogfobfbhfbifklclnbacoojknk |
Officiële URL | https://chromewebstore.google.com/detail/pocket-channel-i/bmdldmogfobfbhfbifklclnbacoojknk |
Beschrijving | Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated. |
Bestandsgrootte | 299 KB |
Aantal Installaties | 9 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2014-04-06 |
Publicatiedatum | 2014-04-06 |
Beoordeling | 4.86/5 Totaal 14 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |