Smartprix - Best Price Comparison App
Get the lowest price no matter where you are
Smartprix - Best Price Comparison App란 무엇입니까?
Smartprix - Best Price Comparison App은(는) Smartprix.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the lowest price no matter where you are"입니다.
확장 프로그램 스크린샷
Smartprix - Best Price Comparison App 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Find the lowest price and similar products automatically across 100+ online stores in India. Smartprix.com is India’s best price comparison shopping app to buy online. Click on Smartprix icon to quickly search a product on Smartprix and for quick access to popular stores in India. Hassle Free Experience with Smartprix Online Shopping & Comparison App: • No need to waste time for finding lowest prices online & best deals • Prompt help in online shopping • Quickly search across all online stores Our whole team strive to save your money and precious time, never shop without using Smartprix. If you like the Smartprix tell your friends about the awesome shopping experience, and if you don’t like it tell us at [email protected]. NOTE: We currently support shopping sites in India only.
확장 프로그램 기본 정보
이름 | Smartprix - Best Price Comparison App |
ID | enljpjnlogidifamchbmaggncdcbeikf |
공식 URL | https://chromewebstore.google.com/detail/smartprix-best-price-comp/enljpjnlogidifamchbmaggncdcbeikf |
설명 | Get the lowest price no matter where you are |
파일 크기 | 44.88 KB |
설치 횟수 | 1,114 |
현재 버전 | 0.5.1 |
최근 업데이트 | 2019-06-17 |
출시 날짜 | 2019-06-17 |
평점 | 4.43/5 총 14 개의 평점 |
개발자 | Smartprix.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.smartprix.com |
도움말 페이지 URL | https://www.smartprix.com/about/contact |
개인정보 보호 정책 페이지 URL | https://www.smartprix.com/about/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.5.1", "name": "Smartprix - Best Price Comparison App", "short_name": "Smartprix", "description": "Get the lowest price no matter where you are", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "*:\/\/*\/*", "activeTab", "geolocation" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/; object-src 'self'", "browser_action": { "default_icon": { "19": "img\/icon_19px.png", "38": "img\/icon_38px.png", "128": "img\/icon_128px.png" }, "default_popup": "html\/popup.html" }, "icons": { "19": "img\/icon_19px.png", "38": "img\/icon_38px.png", "128": "img\/icon_128px.png" }, "externally_connectable": { "matches": [ "*:\/\/*.smartprix.com\/*" ] } } |