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ファイルをダウンロード
Smartprix - Best Price Comparison App拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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\/*" ] } } |