Notify My Android

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

Was ist Notify My Android?

Notify My Android ist eine Chrome-Erweiterung, die von https://notifymyandroid.com entwickelt wurde, und ihr Hauptmerkmal ist "Sends a link to the currently visited page as a push notification to your Android device.".

Erweiterungsscreenshots

screenshot

Notify My Android-Erweiterungs-CRX-Datei herunterladen

Laden Sie Notify My Android-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Notify My Android Notify My Android
ID mmgnghlgdajmnflfaebklmmlkkeehbbb
Offizielle URL https://chromewebstore.google.com/detail/notify-my-android/mmgnghlgdajmnflfaebklmmlkkeehbbb
Beschreibung Sends a link to the currently visited page as a push notification to your Android device.
Dateigröße 87.68 KB
Installationsanzahl 308
Aktuelle Version 0.3
Letztes Update 2012-09-16
Veröffentlichungsdatum 2012-09-15
Bewertung 3.60/5 Insgesamt 5 Bewertungen
Entwickler https://notifymyandroid.com
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/"
    ]
}