InStock Notifier

This extension was made to assist in buying a Nintendo Switch. Currently supported: -Amazon PrimeNow -Target -Walmart -Added…

InStock Notifier là gì?

InStock Notifier là một tiện ích mở rộng Chrome được phát triển bởi RaptorTek LLC, và tính năng chính của nó là "This extension was made to assist in buying a Nintendo Switch. Currently supported: -Amazon PrimeNow -Target -Walmart -Added…".

Ả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 InStock Notifier

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

                        This extension was made to assist in buying a Nintendo Switch.

Currently supported:

-Amazon PrimeNow
-Target
-Walmart

-Added audible alerts                    

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

Tên InStock Notifier InStock Notifier
ID jifgfhnpdnjncdkohddldadedmgabnpn
URL Chính Thức https://chromewebstore.google.com/detail/instock-notifier/jifgfhnpdnjncdkohddldadedmgabnpn
Mô tả This extension was made to assist in buying a Nintendo Switch. Currently supported: -Amazon PrimeNow -Target -Walmart -Added…
Kích Thước Tệp 166 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2017-03-26
Ngày Phát Hành 2017-03-25
Đánh Giá 3.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển RaptorTek LLC
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "InStock Notifier",
    "description": "",
    "version": "1.0.4",
    "options_page": "help.html",
    "icons": {
        "16": "icon.png",
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "alarms",
        "notifications"
    ],
    "background": {
        "scripts": [
            "\/vendors\/jquery.js",
            "\/vendors\/vendor.js",
            "\/vendors\/amazonPrimeNow.js",
            "\/vendors\/target.js",
            "\/vendors\/toysRUs.js",
            "\/vendors\/walmart.js",
            "\/classes\/helpers.js",
            "\/classes\/appMessage.js",
            "\/classes\/worker.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}