Notify My Android

Sends a link to the currently visited page as a push notification to your Android device.

¿Qué es Notify My Android?

Notify My Android es una extensión de Chrome desarrollada por https://notifymyandroid.com, y su función principal es "Sends a link to the currently visited page as a push notification to your Android device.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Notify My Android

Descarga archivos de extensión Notify My Android en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Notify My Android Notify My Android
ID mmgnghlgdajmnflfaebklmmlkkeehbbb
URL Oficial https://chromewebstore.google.com/detail/notify-my-android/mmgnghlgdajmnflfaebklmmlkkeehbbb
Descripción Sends a link to the currently visited page as a push notification to your Android device.
Tamaño del Archivo 87.68 KB
Cantidad de Instalaciones 308
Versión Actual 0.3
Última Actualización 2012-09-16
Fecha de Publicación 2012-09-15
Calificación 3.60/5 Total de 5 Calificaciones
Desarrollador https://notifymyandroid.com
Tipo de Pago free
Idiomas Soportados 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:\/\/*\/"
    ]
}