Alerts Smart Monitor

Need to get a notification when a certain item comes in stock or is release? Look no further. With Alerts Smart Monitor, you'll be…

Alerts Smart Monitor là gì?

Alerts Smart Monitor là một tiện ích mở rộng Chrome được phát triển bởi maiki.sneakers, và tính năng chính của nó là "Need to get a notification when a certain item comes in stock or is release? Look no further. With Alerts Smart Monitor, you'll be…".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Alerts Smart Monitor

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

                        Need to get a notification when a certain item comes in stock or is release? Look no further. With Alerts Smart Monitor, you'll be able to get updates and notifications whenever a new item is released. Simply go to the item you want to monitor, click on an area in the page you want to monitor, and let the Smart Monitor go to work! With a simple to use UI, as well as beautiful animations, Alerts Smart Monitor will be your one last stop for all monitoring related needs.                    

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

Tên Alerts Smart Monitor Alerts Smart Monitor
ID loamnabeblaighkhcaadhfocnmfkmnle
URL Chính Thức https://chromewebstore.google.com/detail/alerts-smart-monitor/loamnabeblaighkhcaadhfocnmfkmnle
Mô tả Need to get a notification when a certain item comes in stock or is release? Look no further. With Alerts Smart Monitor, you'll be…
Kích Thước Tệp 229 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2021-04-22
Ngày Phát Hành 2021-01-18
Nhà Phát Triển maiki.sneakers
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getalerts.io/
URL Trang Chính Sách Bảo Mật https://www.resellon.io/tos
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alerts Smart Monitor",
    "manifest_version": 2,
    "version": "1.1.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/js\/content_scripts\/monitor.js"
            ],
            "css": [
                ".\/css\/pageSelectPrepareMonitor.css",
                ".\/css\/libraries\/animate.min.css"
            ]
        }
    ],
    "icons": {
        "16": ".\/assets\/icons\/smartmonitor-16.png",
        "32": ".\/assets\/icons\/smartmonitor-32.png",
        "48": ".\/assets\/icons\/smartmonitor-48.png",
        "128": ".\/assets\/icons\/smartmonitor-128.png"
    },
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/assets\/icons\/smartmonitor-16.png",
            "32": ".\/assets\/icons\/smartmonitor-32.png",
            "48": ".\/assets\/icons\/smartmonitor-48.png",
            "128": ".\/assets\/icons\/smartmonitor-128.png"
        }
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "assets\/cursor\/resellon-select-cursor.png"
    ],
    "permissions": [
        "storage",
        "notifications"
    ]
}