Nike - Notify Me

Be notified when your size is now available again.

Nike - Notify Me là gì?

Nike - Notify Me là một tiện ích mở rộng Chrome được phát triển bởi Renaud Anney, và tính năng chính của nó là "Be notified when your size is now available again.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Nike - Notify Me 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

                        Nike Store - www.nike.com :
Right Click on your size and get notified if your product comes back in stock — it's easy!
Clic droit sur votre taille ou pointure et vous serez notifié lorsque le produit sera de nouveau disponible !
Haga clic derecho en su talla y reciba una notificación si su producto vuelve a estar disponible, ¡es fácil!                    

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

Tên Nike - Notify Me Nike - Notify Me
ID hnajjdkmjekcoclmnmockmblibnmkbdb
URL Chính Thức https://chromewebstore.google.com/detail/nike-notify-me/hnajjdkmjekcoclmnmockmblibnmkbdb
Mô tả Be notified when your size is now available again.
Kích Thước Tệp 47.51 KB
Số Lần Cài Đặt 1,910
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-05-05
Ngày Phát Hành 2020-05-05
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Renaud Anney
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nike - Notify Me",
    "version": "1.0",
    "description": "Be notified when your size is now available again.",
    "permissions": [
        "contextMenus",
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.nike.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        },
        "default_popup": "options.html"
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}