Notify My Android

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

Notify My Android là gì?

Notify My Android là một tiện ích mở rộng Chrome được phát triển bởi https://notifymyandroid.com, và tính năng chính của nó là "Sends a link to the currently visited page as a push notification to your Android device.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Notify My Android

Tải xuống các tệp mở rộng Notify My Android dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Notify My Android Notify My Android
ID mmgnghlgdajmnflfaebklmmlkkeehbbb
URL Chính Thức https://chromewebstore.google.com/detail/notify-my-android/mmgnghlgdajmnflfaebklmmlkkeehbbb
Mô tả Sends a link to the currently visited page as a push notification to your Android device.
Kích Thước Tệp 87.68 KB
Số Lần Cài Đặt 308
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2012-09-16
Ngày Phát Hành 2012-09-15
Đánh Giá 3.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://notifymyandroid.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/"
    ]
}