Smartprix - Best Price Comparison App
Get the lowest price no matter where you are
Qu'est-ce que Smartprix - Best Price Comparison App ?
Smartprix - Best Price Comparison App est une extension Chrome développée par Smartprix.com, et sa fonction principale est "Get the lowest price no matter where you are".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Smartprix - Best Price Comparison App
Téléchargez les fichiers d'extension Smartprix - Best Price Comparison App au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Smartprix - Best Price Comparison App |
ID | enljpjnlogidifamchbmaggncdcbeikf |
URL Officiel | https://chromewebstore.google.com/detail/smartprix-best-price-comp/enljpjnlogidifamchbmaggncdcbeikf |
Description | Get the lowest price no matter where you are |
Taille du Fichier | 44.88 KB |
Nombre d'Installations | 1,114 |
Version Actuelle | 0.5.1 |
Dernière Mise à Jour | 2019-06-17 |
Date de Publication | 2019-06-17 |
Évaluation | 4.43/5 Total 14 Évaluations |
Développeur | Smartprix.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.smartprix.com |
URL de la Page d'Aide | https://www.smartprix.com/about/contact |
URL de la Page de Politique de Confidentialité | https://www.smartprix.com/about/privacy-policy |
Langues Prises en Charge | 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\/*" ] } } |