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?

Resell.on Smart Monitor是由maiki.sneakers开发的Chrome扩展程序,该扩展的主要功能是“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…”。

扩展截图

screenshot

下载Resell.on Smart Monitor扩展crx文件

下载Resell.on Smart Monitor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Resell.on Smart Monitor Resell.on Smart Monitor
ID dinhdclobpokkaffgbiopecljelggiph
官方URL https://chrome.google.com/webstore/detail/resellon-smart-monitor/dinhdclobpokkaffgbiopecljelggiph
简介 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…
文件大小 226 KB
安装次数 65
当前版本 1.0.5
更新时间 2021-03-17
上架时间 2020-12-19
开发者 maiki.sneakers
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.resellon.io/
隐私政策页面URL https://www.resellon.io/tos
支持的语言 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"
    ]
}