PriceStarz
Turn your browser into a comparison shopping engine.
PriceStarz란 무엇입니까?
PriceStarz은(는) https://pricestarz.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn your browser into a comparison shopping engine."입니다.
확장 프로그램 스크린샷
PriceStarz 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save time, save money with PriceStarz! When you find a product you love, simply open a PriceStarz panel to get the comprehensive list of offers and deals. PriceStarz checks prices and stock in real time and will automatically find the best price for a product, so you don't have to. No more hidden costs. Shipping? Sale taxes? We will calculate them for you. The best offer is truly the best. Get deals and coupon codes. PriceStarz has the hottest deals and coupon codes from thousands of stores. Not only that, on checkout PriceStarz will automatically apply the best coupon. It's simple and free for everyone. Just install it in your browser and it will run without disturbing you. Checkout our Privacy policy: https://www.pricestarz.com/privacy
확장 프로그램 기본 정보
이름 | PriceStarz |
ID | gipjcdgebkeigeogbcfjnckegocnnpbd |
공식 URL | https://chromewebstore.google.com/detail/pricestarz/gipjcdgebkeigeogbcfjnckegocnnpbd |
설명 | Turn your browser into a comparison shopping engine. |
파일 크기 | 513 KB |
설치 횟수 | 356 |
현재 버전 | 2.21.1 |
최근 업데이트 | 2021-07-04 |
출시 날짜 | 2020-04-18 |
평점 | 4.75/5 총 12 개의 평점 |
개발자 | https://pricestarz.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.pricestarz.com/ |
도움말 페이지 URL | https://www.pricestarz.com/pricestarz_extension |
개인정보 보호 정책 페이지 URL | http://www.pricestarz.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PriceStarz", "version": "2.21.1", "description": "Turn your browser into a comparison shopping engine.", "permissions": [ "tabs", "storage", "contextMenus", "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "priceStarz_19_idle.png" }, "background": { "scripts": [ "background.bundle.js" ] }, "icons": { "16": "priceStarz_16.png", "48": "priceStarz_48.png", "128": "priceStarz_128.png" }, "content_scripts": [ { "js": [ "content.bundle.js" ], "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "web_accessible_resources": [ "priceStarz_logo.png", "priceStarz_noImage.png", "priceStarz_spinner.gif", "priceStarz_19.png", "priceStarz_exp_stars.gif" ] } |