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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the lowest price no matter where you are"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Smartprix - Best Price Comparison App एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/*"
        ]
    }
}