Notify My Android
Sends a link to the currently visited page as a push notification to your Android device.
O que é Notify My Android?
Notify My Android é uma extensão do Chrome desenvolvida por https://notifymyandroid.com, e sua principal característica é "Sends a link to the currently visited page as a push notification to your Android device.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Notify My Android
Baixe arquivos de extensão Notify My Android 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
NMA is a platform that allows you to delivery push notifications from virtually any application to your Android device. This is a Chrome Extension that allows you to quickly send push notifications to your phone with the URL or a quick text that you just copied and want to have it on your phone.
Informações Básicas da Extensão
Nome | Notify My Android |
ID | mmgnghlgdajmnflfaebklmmlkkeehbbb |
URL Oficial | https://chromewebstore.google.com/detail/notify-my-android/mmgnghlgdajmnflfaebklmmlkkeehbbb |
Descrição | Sends a link to the currently visited page as a push notification to your Android device. |
Tamanho do Arquivo | 87.68 KB |
Contagem de Instalações | 308 |
Versão Atual | 0.3 |
Última Atualização | 2012-09-16 |
Data de Publicação | 2012-09-15 |
Classificação | 3.60/5 Total de 5 Avaliações |
Desenvolvedor | https://notifymyandroid.com |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notify My Android", "version": "0.3", "manifest_version": 2, "description": "Sends a link to the currently visited page as a push notification to your Android device.", "icons": { "128": "assets\/icon128.png", "96": "assets\/icon96.png" }, "content_scripts": [ { "js": [ "js\/getSelection.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "browser_action": { "default_icon": "assets\/icon19.png", "default_title": "NotifyMyAndroid", "default_popup": "html\/popup.html" }, "options_page": "fancy-settings\/index.html", "background": { "scripts": [ "fancy-settings\/lib\/store.js", "js\/background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |