Pocket Channel-i
Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.
Was ist Pocket Channel-i?
Pocket Channel-i ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.".
Erweiterungsscreenshots
Pocket Channel-i-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pocket Channel-i-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
Introducing Pocket Channel-I! Now accessing your intranet applications and staying in sync with Channel-I is easier than ever before!
Grundlegende Informationen zur Erweiterung
Name | |
ID | bmdldmogfobfbhfbifklclnbacoojknk |
Offizielle URL | https://chromewebstore.google.com/detail/pocket-channel-i/bmdldmogfobfbhfbifklclnbacoojknk |
Beschreibung | Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated. |
Dateigröße | 299 KB |
Installationsanzahl | 9 |
Aktuelle Version | 2.0 |
Letztes Update | 2014-04-06 |
Veröffentlichungsdatum | 2014-04-06 |
Bewertung | 4.86/5 Insgesamt 14 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |