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…
Co je Resell.on Smart Monitor?
Resell.on Smart Monitor je rozšíření Chrome vyvinuté maiki.sneakers, a jeho hlavní funkcí je „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…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Resell.on Smart Monitor
Stáhněte si soubory rozšíření Resell.on Smart Monitor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | dinhdclobpokkaffgbiopecljelggiph |
Oficiální URL | https://chrome.google.com/webstore/detail/resellon-smart-monitor/dinhdclobpokkaffgbiopecljelggiph |
Popis | 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… |
Velikost souboru | 226 KB |
Počet instalací | 65 |
Aktuální Verze | 1.0.5 |
Poslední Aktualizace | 2021-03-17 |
Datum Vydání | 2020-12-19 |
Vývojář | maiki.sneakers |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.resellon.io/ |
URL Stránky Zásad Ochrany Soukromí | https://www.resellon.io/tos |
Podporované Jazyky | 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" ] } |