View Filter For Etsy
A filter for Etsy listings.
Τι είναι το View Filter For Etsy;
Το View Filter For Etsy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Visumex, και η κύρια λειτουργία του είναι "A filter for Etsy listings.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης View Filter For Etsy
Λήψη αρχείων επέκτασης View Filter For Etsy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Take control of which product listings you see on the Etsy website with this web browser extension! Filter out the listings that you consider to be irrelevant or inappropriate. Find listings that you are interested in much more quickly, and save yourself some time and aggravation. View Filter For Etsy is a web browser extension that allows you to filter the product listings shown to you on the Etsy website. Listings that would normally be shown to you on any page of the website are put through a filter and only those that make it through the filter are displayed. This allows you to filter out listings that you would find inappropriate or just not relevant to your needs. It is also a great tool for finding specific listings out of the many that are shown in search results or favourites.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | poknbofjcolobgfjfjmlieedhkpfdalh |
Επίσημο URL | https://chrome.google.com/webstore/detail/view-filter-for-etsy/poknbofjcolobgfjfjmlieedhkpfdalh |
Περιγραφή | A filter for Etsy listings. |
Μέγεθος Αρχείου | 95.12 KB |
Αριθμός Εγκαταστάσεων | 80 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2021-05-13 |
Ημερομηνία Δημοσίευσης | 2021-03-11 |
Προγραμματιστής | Visumex |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Ιστότοπος Επέκτασης | https://www.visumex.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.visumex.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.visumex.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "View Filter For Etsy", "version": "1.0.3", "description": "A filter for Etsy listings.", "background": { "page": "background.html" }, "icons": { "96": "vffe_icon96.png" }, "browser_action": { "default_title": "View Filter For Etsy", "default_popup": "popup.html" }, "permissions": [ "*:\/\/*.visumex.com\/*", "storage", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*.etsy.com\/*" ], "js": [ "browser-polyfill.js", "common.js", "contentscript.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "forpopup.html" ] } |