Etsy Price Tracker
Track the price history of products on Etsy for the past 3 or 6 months
Что такое Etsy Price Tracker?
Etsy Price Tracker - это расширение Chrome, разработанное aliprice4, и его основная функция - "Track the price history of products on Etsy for the past 3 or 6 months".
Снимки экрана расширения
Скачать файл CRX расширения Etsy Price Tracker
Скачайте файлы расширений Etsy Price Tracker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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\/*" ] } ] } |