Pocket Channel-i
Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.
Hvad er Pocket Channel-i?
Pocket Channel-i er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.".
Udvidelsesskærmbilleder
Download Pocket Channel-i-udvidelses-CRX-fil
Download Pocket Channel-i-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Introducing Pocket Channel-I! Now accessing your intranet applications and staying in sync with Channel-I is easier than ever before!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | bmdldmogfobfbhfbifklclnbacoojknk |
Officiel URL | https://chromewebstore.google.com/detail/pocket-channel-i/bmdldmogfobfbhfbifklclnbacoojknk |
Beskrivelse | Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated. |
Filstørrelse | 299 KB |
Antal Installationer | 9 |
Nuværende Version | 2.0 |
Senest Opdateret | 2014-04-06 |
Udgivelsesdato | 2014-04-06 |
Bedømmelse | 4.86/5 Samlet 14 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |