Zap - Desktop Notifications
Mirror Android notifications
O que é Zap - Desktop Notifications?
Zap - Desktop Notifications é uma extensão do Chrome desenvolvida por Octopus Beach, e sua principal característica é "Mirror Android notifications".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Zap - Desktop Notifications
Baixe arquivos de extensão Zap - Desktop Notifications 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
Get Android notifications on your desktop! Why choose Zap? - We don't save your notifications! Once they're shown, they're erased from the server - All network communication is done securely over SSL. - Zap is open source! https://github.com/hudclark/zap.extension - Material design on web and Android. - Simple to set up. Log in and enjoy your notifications! - Totally free! Download the Android app and get started!
Informações Básicas da Extensão
Nome | Zap - Desktop Notifications |
ID | fbhlghkjilkiindkckecepgiiabjhoic |
URL Oficial | https://chromewebstore.google.com/detail/zap-desktop-notifications/fbhlghkjilkiindkckecepgiiabjhoic |
Descrição | Mirror Android notifications |
Tamanho do Arquivo | 109 KB |
Contagem de Instalações | 79 |
Versão Atual | 1.0.1 |
Última Atualização | 2016-05-04 |
Data de Publicação | 2016-05-03 |
Classificação | 3.60/5 Total de 10 Avaliações |
Desenvolvedor | Octopus Beach |
Tipo de Pagamento | free |
Site da Extensão | http://hudclark.github.io/zap.extension/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zap - Desktop Notifications", "description": "Mirror Android notifications", "version": "1.0.1", "browser_action": { "default_icon": { "19": "assets\/img\/icon19.png", "38": "assets\/img\/icon38.png" }, "default_popup": "popup.html" }, "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'", "permissions": [ "notifications" ], "background": { "page": "background.html", "persistent": true }, "web_accessible_resources": [ "\/assets\/img\/icon48.png" ] } |