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 |
公式URL | 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" } } |