Pocket Channel-i
Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.
Vad är Pocket Channel-i?
Pocket Channel-i är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.".
Tilläggsskärmbilder
Ladda ner Pocket Channel-i-förlängningens CRX-fil
Ladda ner Pocket Channel-i-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Introducing Pocket Channel-I! Now accessing your intranet applications and staying in sync with Channel-I is easier than ever before!
Grundläggande Information om Tillägg
Namn | |
ID | bmdldmogfobfbhfbifklclnbacoojknk |
Officiell webbadress | https://chromewebstore.google.com/detail/pocket-channel-i/bmdldmogfobfbhfbifklclnbacoojknk |
Beskrivning | Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated. |
Filstorlek | 299 KB |
Antal Installationer | 9 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2014-04-06 |
Publiceringsdatum | 2014-04-06 |
Betyg | 4.86/5 Totalt 14 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | 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" } } |