Pocket Channel-i
Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.
Apa itu Pocket Channel-i?
Pocket Channel-i adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pocket Channel-i
Unduh file ekstensi Pocket Channel-i dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Introducing Pocket Channel-I! Now accessing your intranet applications and staying in sync with Channel-I is easier than ever before!
Informasi Dasar Ekstensi
Nama | |
ID | bmdldmogfobfbhfbifklclnbacoojknk |
URL Resmi | https://chromewebstore.google.com/detail/pocket-channel-i/bmdldmogfobfbhfbifklclnbacoojknk |
Deskripsi | Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated. |
Ukuran File | 299 KB |
Jumlah Instalasi | 9 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2014-04-06 |
Tanggal Publikasi | 2014-04-06 |
Penilaian | 4.86/5 Total 14 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |