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 |
官方網址 | 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\/*" ] } } |