Pocket Channel-i
Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.
O que é Pocket Channel-i?
Pocket Channel-i é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pocket Channel-i
Baixe arquivos de extensão Pocket Channel-i no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Introducing Pocket Channel-I! Now accessing your intranet applications and staying in sync with Channel-I is easier than ever before!
Informações Básicas da Extensão
Nome | |
ID | bmdldmogfobfbhfbifklclnbacoojknk |
URL Oficial | https://chromewebstore.google.com/detail/pocket-channel-i/bmdldmogfobfbhfbifklclnbacoojknk |
Descrição | Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated. |
Tamanho do Arquivo | 299 KB |
Contagem de Instalações | 9 |
Versão Atual | 2.0 |
Última Atualização | 2014-04-06 |
Data de Publicação | 2014-04-06 |
Classificação | 4.86/5 Total de 14 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |