Notify My Android

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

Cos'è Notify My Android?

Notify My Android è un'estensione di Chrome sviluppata da https://notifymyandroid.com, e la sua funzione principale è "Sends a link to the currently visited page as a push notification to your Android device.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Notify My Android

Scarica i file di estensione Notify My Android in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Notify My Android Notify My Android
ID mmgnghlgdajmnflfaebklmmlkkeehbbb
URL Ufficiale https://chromewebstore.google.com/detail/notify-my-android/mmgnghlgdajmnflfaebklmmlkkeehbbb
Descrizione Sends a link to the currently visited page as a push notification to your Android device.
Dimensione del File 87.68 KB
Conteggio Installazioni 308
Versione Corrente 0.3
Ultimo Aggiornamento 2012-09-16
Data di Pubblicazione 2012-09-15
Valutazione 3.60/5 Totale 5 Valutazioni
Sviluppatore https://notifymyandroid.com
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/"
    ]
}