Notify My Android

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

Qu'est-ce que Notify My Android ?

Notify My Android est une extension Chrome développée par https://notifymyandroid.com, et sa fonction principale est "Sends a link to the currently visited page as a push notification to your Android device.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Notify My Android

Téléchargez les fichiers d'extension Notify My Android au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Notify My Android Notify My Android
ID mmgnghlgdajmnflfaebklmmlkkeehbbb
URL Officiel https://chromewebstore.google.com/detail/notify-my-android/mmgnghlgdajmnflfaebklmmlkkeehbbb
Description Sends a link to the currently visited page as a push notification to your Android device.
Taille du Fichier 87.68 KB
Nombre d'Installations 308
Version Actuelle 0.3
Dernière Mise à Jour 2012-09-16
Date de Publication 2012-09-15
Évaluation 3.60/5 Total 5 Évaluations
Développeur https://notifymyandroid.com
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/"
    ]
}