Notify My Android

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

Vad är Notify My Android?

Notify My Android är en Chrome-tillägg utvecklad av https://notifymyandroid.com, och dess huvudfunktion är "Sends a link to the currently visited page as a push notification to your Android device.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Notify My Android-förlängningens CRX-fil

Ladda ner Notify My Android-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Notify My Android Notify My Android
ID mmgnghlgdajmnflfaebklmmlkkeehbbb
Officiell webbadress https://chromewebstore.google.com/detail/notify-my-android/mmgnghlgdajmnflfaebklmmlkkeehbbb
Beskrivning Sends a link to the currently visited page as a push notification to your Android device.
Filstorlek 87.68 KB
Antal Installationer 308
Aktuell Version 0.3
Senast Uppdaterad 2012-09-16
Publiceringsdatum 2012-09-15
Betyg 3.60/5 Totalt 5 Betyg
Utvecklare https://notifymyandroid.com
Betalningssätt free
Stödda Språk 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:\/\/*\/"
    ]
}