Pocket Channel-i
Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.
What is Pocket Channel-i?
Pocket Channel-i is a Chrome extension developed by Unknown, and its main feature is "Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.".
Extension Screenshots
Download Pocket Channel-i Extension CRX File
Download Pocket Channel-i extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Introducing Pocket Channel-I!
Now accessing your intranet applications and staying in sync with Channel-I is easier than ever before! Extension Basic Information
| Name | |
| ID | bmdldmogfobfbhfbifklclnbacoojknk |
| Official URL | 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. |
| File Size | 299 KB |
| Installation Count | 9 |
| Current Version | 2.0 |
| Last Updated | 2014-04-06 |
| Publish Date | 2014-04-06 |
| Rating | 4.86/5 Total 14 Ratings |
| Developer | Unknown |
| Payment Type | free |
| Supported Languages | 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"
}
} | |