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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*" ] } ] } |