Sneakers Page Monitor
Page monitor for incoming products or restocks with IP Proxy. You can be warned by sound and/or email.
Τι είναι το Sneakers Page Monitor;
Το Sneakers Page Monitor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον claudio.benegiamo, και η κύρια λειτουργία του είναι "Page monitor for incoming products or restocks with IP Proxy. You can be warned by sound and/or email.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Sneakers Page Monitor
Λήψη αρχείων επέκτασης Sneakers Page Monitor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension allows you to monitor e-commerce or web pages by refreshing them up to a maximum of once every 3 seconds. The system is equipped with a configurable IP Proxy to avoid ban. You can select the maximum latency in milliseconds and the country of the IP Proxy you prefer. You can search for words in the page and you will be notified when they will be found, you can set a number of products and be notified when it increase and/or you can be warned when sold out decreases. You can select the types of alerts you prefer: a sound, the focus on the page and/or an email to the address you'll enter. You can automatically scroll pages to detect lazy loaded products. To use, simply go to a page you would like to monitor, click on the Sneakers Page Monitor icon and select "Watch This Page". You have to select your preferences and then you've done! Now whenever this page changes, the monitor will alert you as you prefer. Of course, you can repeat this for any number of pages. The page tabs must remain opened in background in order to be reloaded and analyzed but you can work on other tabs without any problem.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | fbiiaaeopgkofobchgkfgjlhgkindgjg |
Επίσημο URL | https://chrome.google.com/webstore/detail/sneakers-page-monitor/fbiiaaeopgkofobchgkfgjlhgkindgjg |
Περιγραφή | Page monitor for incoming products or restocks with IP Proxy. You can be warned by sound and/or email. |
Μέγεθος Αρχείου | 154 KB |
Αριθμός Εγκαταστάσεων | 175 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2019-03-08 |
Ημερομηνία Δημοσίευσης | 2019-03-08 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | claudio.benegiamo |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.sneakerspagemonitor.com |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sneakers Page Monitor", "short_name": "A page monitor for e-commerce products, sneakers or just web pages.", "description": "Page monitor for incoming products or restocks with IP Proxy. You can be warned by sound and\/or email.", "version": "1.1.0", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "activeTab", "tabs", "declarativeContent", "storage", "proxy", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "main.js" ], "persistent": true }, "icons": { "16": "Sneak_16.png", "48": "Sneak_48.png", "128": "Sneak_128.png" }, "browser_action": { "default_icon": { "19": "Sneak_16.png", "38": "Sneak_48.png" }, "default_popup": "index.html" }, "web_accessible_resources": [ "assets\/css\/*", "assets\/js\/*", "assets\/fonts\/*" ] } |