Resell.on Smart Monitor

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

Resell.on Smart Monitor là gì?

Resell.on 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 Resell.on Smart Monitor, you'll…".

Ả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 Resell.on Smart Monitor

Tải xuống các tệp mở rộng Resell.on 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 Resell.on 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, Resell.on 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 Resell.on Smart Monitor Resell.on Smart Monitor
ID dinhdclobpokkaffgbiopecljelggiph
URL Chính Thức https://chrome.google.com/webstore/detail/resellon-smart-monitor/dinhdclobpokkaffgbiopecljelggiph
Mô tả Need to get a notification when a certain item comes in stock or is release? Look no further. With Resell.on Smart Monitor, you'll…
Kích Thước Tệp 226 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2021-03-17
Ngày Phát Hành 2020-12-19
Nhà Phát Triển maiki.sneakers
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.resellon.io/
URL Trang Chính Sách Bảo Mật https://www.resellon.io/tos
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Resell.on Smart Monitor",
    "manifest_version": 2,
    "version": "1.0.5",
    "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"
    ]
}