Notify My Android

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

Wat is Notify My Android?

Notify My Android is een Chrome-extensie ontwikkeld door https://notifymyandroid.com, en de belangrijkste functie is "Sends a link to the currently visited page as a push notification to your Android device.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Notify My Android

Download Notify My Android-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Notify My Android Notify My Android
ID mmgnghlgdajmnflfaebklmmlkkeehbbb
Officiële URL https://chromewebstore.google.com/detail/notify-my-android/mmgnghlgdajmnflfaebklmmlkkeehbbb
Beschrijving Sends a link to the currently visited page as a push notification to your Android device.
Bestandsgrootte 87.68 KB
Aantal Installaties 308
Huidige Versie 0.3
Laatst Bijgewerkt 2012-09-16
Publicatiedatum 2012-09-15
Beoordeling 3.60/5 Totaal 5 Beoordelingen
Ontwikkelaar https://notifymyandroid.com
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/"
    ]
}