Etsy Price Tracker
Track the price history of products on Etsy for the past 3 or 6 months
Etsy Price Tracker क्या है?
Etsy Price Tracker aliprice4 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track the price history of products on Etsy for the past 3 or 6 months"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Etsy Price Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Etsy Price Tracker |
ID | llbcpohjfojmebmbkbamdoahimdmmleg |
आधिकारिक URL | https://chromewebstore.google.com/detail/etsy-price-tracker/llbcpohjfojmebmbkbamdoahimdmmleg |
विवरण | Track the price history of products on Etsy for the past 3 or 6 months |
फ़ाइल का आकार | 1.65 MB |
स्थापना संख्या | 285 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2023-09-07 |
प्रकाशन तिथि | 2023-09-07 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | aliprice4 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.aliprice.com/ |
सहायता पृष्ठ URL | https://www.aliprice.com/information/index/page/contact?from=www_footer |
गोपनीयता नीति पृष्ठ URL | https://www.aliprice.com/information/index/page/privacy |
समर्थित भाषाएँ | 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\/*" ] } ] } |