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 |
电子邮箱 | [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\/*" ] } } |