Etsy Price Tracker
Track the price history of products on Etsy for the past 3 or 6 months
Cos'è Etsy Price Tracker?
Etsy Price Tracker è un'estensione di Chrome sviluppata da aliprice4, e la sua funzione principale è "Track the price history of products on Etsy for the past 3 or 6 months".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Etsy Price Tracker
Scarica i file di estensione Etsy Price Tracker 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
Main features: 1. Price history chart, display price history within 3/6 months. 2. Search by image on AliPrice to find similar products on Aliexpress, eBay, Taobao, etc. Etsy is a trademark of Etsy.com. This extension was not created or endorsed by Etsy.com If you have any questions or suggestions, please feel free to contact us: https://www.aliprice.com/information/index?page=contact By installing the AliPrice extension, you accept the terms of the "AliPrice Terms of Service" and allow the extension to redirect to Etsy affiliate program links. AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use
Informazioni di Base sull'Estensione
Nome | Etsy Price Tracker |
ID | llbcpohjfojmebmbkbamdoahimdmmleg |
URL Ufficiale | https://chromewebstore.google.com/detail/etsy-price-tracker/llbcpohjfojmebmbkbamdoahimdmmleg |
Descrizione | Track the price history of products on Etsy for the past 3 or 6 months |
Dimensione del File | 1.65 MB |
Conteggio Installazioni | 285 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2023-09-07 |
Data di Pubblicazione | 2023-09-07 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | aliprice4 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.aliprice.com/ |
URL della Pagina di Aiuto | https://www.aliprice.com/information/index/page/contact?from=www_footer |
URL della Pagina della Politica sulla Privacy | https://www.aliprice.com/information/index/page/privacy |
Lingue Supportate | en,en-GB,en-US |
manifest.json | |
{ "name": "__MSG_EXTENSION_NAME__", "short_name": "__MSG_EXTENSION_NAME__", "description": "__MSG_EXTENSION_DESCRIPTION__", "version": "2.0.0", "manifest_version": 3, "default_locale": "en", "homepage_url": "https:\/\/www.aliprice.com?ext_id=1078&channel=chrome&platform=etsy&version=2.0.0&browser=chrome&mv=3", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": "assets\/js\/background.js" }, "content_scripts": [ { "js": [ "assets\/js\/chunk-common.js", "assets\/js\/chunk-vendors.js", "assets\/js\/content-script.js" ], "css": [ "assets\/css\/chunk-common.css", "assets\/css\/content-script.css" ], "matches": [ "*:\/\/*.etsy.com\/*" ] } ], "options_ui": { "open_in_tab": true, "page": "options.html" }, "action": { "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png" } }, "permissions": [ "alarms", "contextMenus", "cookies", "notifications", "storage" ], "host_permissions": [ "*:\/\/*.aliprice.com\/*", "*:\/\/*.etsy.com\/*" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.etsy.com\/*" ], "resources": [ "assets\/*" ] } ] } |