Tokopedia Price Tracker
AliPrice.com - Tokopedia Price Tracker
Tokopedia Price Tracker란 무엇입니까?
Tokopedia Price Tracker은(는) aliprice2에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AliPrice.com - Tokopedia Price Tracker"입니다.
확장 프로그램 스크린샷
Tokopedia Price Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tokopedia Price Tracker is a very useful extension for Tokopedia Now our tool has 3 main features. ✔ Convenient shortcuts and quick search. ✔ Price history: You can check any product price history on the product page. ✔ Price drop alert: Add the products to your favorites and you will receive notification when its price drops. Tokopedia is a trademark of Tokopedia.com, Inc. This extension was not created or endorsed by Tokopedia. 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 affiliate program links, including Tokopedia and other programs. AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use
확장 프로그램 기본 정보
이름 | Tokopedia Price Tracker |
ID | gdmfedbicnoeiadmbagaofgnldjfgeab |
공식 URL | https://chromewebstore.google.com/detail/tokopedia-price-tracker/gdmfedbicnoeiadmbagaofgnldjfgeab |
설명 | AliPrice.com - Tokopedia Price Tracker |
파일 크기 | 1.24 MB |
설치 횟수 | 1,440 |
현재 버전 | 2.1.3 |
최근 업데이트 | 2023-01-11 |
출시 날짜 | 2020-06-29 |
평점 | 4.55/5 총 78 개의 평점 |
개발자 | aliprice2 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.aliprice.com/ |
도움말 페이지 URL | https://www.aliprice.com/information/index?page=contact |
개인정보 보호 정책 페이지 URL | https://www.aliprice.com/information/index/page/privacy |
지원되는 언어 | id,en |
manifest.json | |
{ "name": "__MSG_EXTENSION_NAME__", "short_name": "Tokopedia Price Tracker", "version": "2.1.3", "manifest_version": 2, "description": "__MSG_EXTENSION_DESCRIPTION__", "homepage_url": "https:\/\/www.aliprice.com", "default_locale": "en", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "tabs", "contextMenus", "cookies", "storage", "notifications", "*:\/\/*.aliprice.com\/*", "*:\/\/*.tokopedia.com\/*", "*:\/\/ssl.google-analytics.com\/*" ], "browser_action": { "default_popup": "popup\/popup.html", "default_icon": "icons\/19.png" }, "background": { "page": "background\/background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.tokopedia.com\/*" ], "js": [ "assets\/js\/vendor.js", "assets\/js\/i18n.js", "assets\/js\/common.js", "contentScript\/contentScript.js" ], "css": [ "assets\/css\/common.css", "assets\/css\/contentScript\/contentScript.css" ] } ], "web_accessible_resources": [ "assets\/css\/common.css", "assets\/css\/contentScript\/contentScript.css", "assets\/images\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |