Notify My Android

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

Apa itu Notify My Android?

Notify My Android adalah ekstensi Chrome yang dikembangkan oleh https://notifymyandroid.com, dan fitur utamanya adalah "Sends a link to the currently visited page as a push notification to your Android device.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Notify My Android

Unduh file ekstensi Notify My Android dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Notify My Android Notify My Android
ID mmgnghlgdajmnflfaebklmmlkkeehbbb
URL Resmi https://chromewebstore.google.com/detail/notify-my-android/mmgnghlgdajmnflfaebklmmlkkeehbbb
Deskripsi Sends a link to the currently visited page as a push notification to your Android device.
Ukuran File 87.68 KB
Jumlah Instalasi 308
Versi Saat Ini 0.3
Terakhir Diperbarui 2012-09-16
Tanggal Publikasi 2012-09-15
Penilaian 3.60/5 Total 5 Penilaian
Pengembang https://notifymyandroid.com
Tipe Pembayaran free
Bahasa yang Didukung 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:\/\/*\/"
    ]
}