Amazopen - Price Tracker and Product Rating
Check the price history and product rating of any Amazon product with just one-click. Easy to use and completely FREE!
Amazopen - Price Tracker and Product Rating란 무엇입니까?
Amazopen - Price Tracker and Product Rating은(는) Shopping에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check the price history and product rating of any Amazon product with just one-click. Easy to use and completely FREE!"입니다.
확장 프로그램 스크린샷
Amazopen - Price Tracker and Product Rating 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds a shortcut to view price history and product review rating of any amazon product. Key Features: ✜ Price History - Price History for Millions Amazon Products. ✜ Product Review Rating - Product Rating Review Analyzer Report ✜ No account needed. Just install and start saving money. Now you can select whether you want the price history or product rating only under the option settings. This add-on is not affiliated with amazon.com
확장 프로그램 기본 정보
이름 | |
ID | mkoboabdaahifapdmlecfcbfoihmkcea |
공식 URL | https://chrome.google.com/webstore/detail/amazopen-price-tracker-an/mkoboabdaahifapdmlecfcbfoihmkcea |
설명 | Check the price history and product rating of any Amazon product with just one-click. Easy to use and completely FREE! |
파일 크기 | 25.55 KB |
설치 횟수 | 3,000 |
현재 버전 | 1.71 |
최근 업데이트 | 2022-04-09 |
출시 날짜 | 2018-12-24 |
평점 | 4.00/5 총 8 개의 평점 |
개발자 | Shopping |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.amazopen.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazopen - Price Tracker and Product Rating", "version": "1.71", "manifest_version": 2, "description": "Check the price history and product rating of any Amazon product with just one-click. Easy to use and completely FREE!", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "logo.png" }, "permissions": [ "storage", "activeTab" ] } |