Pocket Channel-i
Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.
什麼是Pocket Channel-i?
Pocket Channel-i是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.”。
擴展截圖
下載Pocket Channel-i擴展crx文件
下載Pocket Channel-i擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Introducing Pocket Channel-I! Now accessing your intranet applications and staying in sync with Channel-I is easier than ever before!
擴展基本資訊
名稱 | |
ID | bmdldmogfobfbhfbifklclnbacoojknk |
官方網址 | https://chromewebstore.google.com/detail/pocket-channel-i/bmdldmogfobfbhfbifklclnbacoojknk |
簡介 | Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated. |
檔案大小 | 299 KB |
安裝次數 | 9 |
目前版本 | 2.0 |
更新時間 | 2014-04-06 |
上架時間 | 2014-04-06 |
評分 | 4.86/5 共 14 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | 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" } } |