Pricepeek - Price Comparison for Amazon
Compare prices of the same product across all Amazon locales
Pricepeek - Price Comparison for Amazon란 무엇입니까?
Pricepeek - Price Comparison for Amazon은(는) Hristiyan Dodov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Compare prices of the same product across all Amazon locales"입니다.
확장 프로그램 스크린샷
Pricepeek - Price Comparison for Amazon 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Pricepeek shows you the price of the same product across all Amazon locales so you donʼt need to do the checkup manually. We also include a list of major e-stores (like Tesco, Target etc.) to that so you can always make the best (and cheapest) choice. Also: - You can easily share your results - No registration needed - Tons of settings to customize your experience New: - Improved connectivity Use [email protected] for ideas and feedback.
확장 프로그램 기본 정보
이름 | |
ID | nkbpapakloeklefdcmgdbkgkiignobgj |
공식 URL | https://chrome.google.com/webstore/detail/pricepeek-price-compariso/nkbpapakloeklefdcmgdbkgkiignobgj |
설명 | Compare prices of the same product across all Amazon locales |
파일 크기 | 1.33 MB |
설치 횟수 | 88 |
현재 버전 | 0.5.6 |
최근 업데이트 | 2018-10-27 |
출시 날짜 | 2018-10-27 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | Hristiyan Dodov |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.pricepeek.it |
도움말 페이지 URL | https://www.pricepeek.it |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; img-src *; object-src 'self'", "name": "Pricepeek - Price Comparison for Amazon", "short_name": "Pricepeek", "version": "0.5.6", "author": "Dimitar Raykov, Hristiyan Dodov", "description": "Compare prices of the same product across all Amazon locales", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_popup": "popup\/index.html" }, "permissions": [ "https:\/\/pricepeek.it\/", "storage", "tabs" ], "background": { "scripts": [ "main\/socket.io.js", "main\/event.js" ] } } |