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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pocket Channel-i
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |