Pocket Channel-i
Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.
Co to jest Pocket Channel-i?
Pocket Channel-i to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pocket Channel-i
Pobierz pliki rozszerzeń Pocket Channel-i w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Introducing Pocket Channel-I! Now accessing your intranet applications and staying in sync with Channel-I is easier than ever before!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bmdldmogfobfbhfbifklclnbacoojknk |
Oficjalny URL | https://chromewebstore.google.com/detail/pocket-channel-i/bmdldmogfobfbhfbifklclnbacoojknk |
Opis | Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated. |
Rozmiar pliku | 299 KB |
Liczba instalacji | 9 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2014-04-06 |
Data Publikacji | 2014-04-06 |
Ocena | 4.86/5 Łącznie 14 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |