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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον maiki.sneakers, και η κύρια λειτουργία του είναι "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…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Resell.on Smart Monitor
Λήψη αρχείων επέκτασης 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" ] } |