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によって開発されたChromeの拡張機能で、その主な機能は「Track the price history of products on Etsy for the past 3 or 6 months」です。
拡張機能のスクリーンショット
Etsy Price Tracker拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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\/*" ] } ] } |