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…
Cos'è Resell.on Smart Monitor?
Resell.on Smart Monitor è un'estensione di Chrome sviluppata da maiki.sneakers, e la sua funzione principale è "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 dell'Estensione
Scarica il file CRX dell'estensione Resell.on Smart Monitor
Scarica i file di estensione Resell.on Smart Monitor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | dinhdclobpokkaffgbiopecljelggiph |
URL Ufficiale | https://chrome.google.com/webstore/detail/resellon-smart-monitor/dinhdclobpokkaffgbiopecljelggiph |
Descrizione | 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… |
Dimensione del File | 226 KB |
Conteggio Installazioni | 65 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2021-03-17 |
Data di Pubblicazione | 2020-12-19 |
Sviluppatore | maiki.sneakers |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.resellon.io/ |
URL della Pagina della Politica sulla Privacy | https://www.resellon.io/tos |
Lingue Supportate | 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" ] } |