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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |