PriceTrack.In Shopping Assistant
Track product prices on Amazon.in, Flipkart, Snapdeal, Jabong, Infibeam, etc.. and save money!
PriceTrack.In Shopping Assistant란 무엇입니까?
PriceTrack.In Shopping Assistant은(는) https://www.pricetrack.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track product prices on Amazon.in, Flipkart, Snapdeal, Jabong, Infibeam, etc.. and save money!"입니다.
확장 프로그램 스크린샷
PriceTrack.In Shopping Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
PriceTrack.In assistant for chrome lets you track product prices on Indian shopping websites Amazon.in, Flipkart, Snapdeal, Jabong, Infibeam, etc.. and send you notifications when price reduces.
확장 프로그램 기본 정보
이름 | PriceTrack.In Shopping Assistant |
ID | dooklfkmcaoafaocfhfkgccgeljcfbgi |
공식 URL | https://chromewebstore.google.com/detail/pricetrackin-shopping-ass/dooklfkmcaoafaocfhfkgccgeljcfbgi |
설명 | Track product prices on Amazon.in, Flipkart, Snapdeal, Jabong, Infibeam, etc.. and save money! |
파일 크기 | 84.24 KB |
설치 횟수 | 220 |
현재 버전 | 0.0.5 |
최근 업데이트 | 2019-05-31 |
출시 날짜 | 2019-05-30 |
평점 | 4.00/5 총 2 개의 평점 |
개발자 | https://www.pricetrack.in |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.pricetrack.in/ |
도움말 페이지 URL | https://www.pricetrack.in/ |
개인정보 보호 정책 페이지 URL | https://www.pricetrack.in/privacy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "all_frames": false, "css": [ "styles\/main.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.min.js", "scripts\/contentscript.js" ], "matches": [ "http:\/\/*.flipkart.com\/*", "https:\/\/*.flipkart.com\/*", "http:\/\/*.amazon.in\/*", "https:\/\/*.amazon.in\/*", "http:\/\/*.snapdeal.com\/*", "https:\/\/*.snapdeal.com\/*", "http:\/\/*.jabong.com\/*", "https:\/\/*.jabong.com\/*", "http:\/\/*.infibeam.com\/*", "https:\/\/*.infibeam.com\/*", "http:\/\/*.paytm.com\/*", "https:\/\/*.paytm.com\/*" ], "run_at": "document_end" } ], "description": "Track product prices on Amazon.in, Flipkart, Snapdeal, Jabong, Infibeam, etc.. and save money!", "externally_connectable": { "matches": [ "*:\/\/*.pricetrack.in\/*" ] }, "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png" }, "manifest_version": 2, "name": "PriceTrack.In Shopping Assistant", "permissions": [ "cookies", "storage", "tabs", "alarms", "webRequest", "*:\/\/*.pricetrack.in\/*", "http:\/\/*.flipkart.com\/*", "https:\/\/*.flipkart.com\/*", "http:\/\/*.amazon.in\/*", "https:\/\/*.amazon.in\/*", "http:\/\/*.snapdeal.com\/*", "https:\/\/*.snapdeal.com\/*", "http:\/\/*.jabong.com\/*", "https:\/\/*.jabong.com\/*", "http:\/\/*.infibeam.com\/*", "https:\/\/*.infibeam.com\/*", "http:\/\/*.paytm.com\/*", "https:\/\/*.paytm.com\/*" ], "version": "0.0.5", "web_accessible_resources": [ "images\/*.gif" ] } |