Smartprix - Best Price Comparison App

Get the lowest price no matter where you are

O que é Smartprix - Best Price Comparison App?

Smartprix - Best Price Comparison App é uma extensão do Chrome desenvolvida por Smartprix.com, e sua principal característica é "Get the lowest price no matter where you are".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Smartprix - Best Price Comparison App

Baixe arquivos de extensão Smartprix - Best Price Comparison App no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Smartprix - Best Price Comparison App Smartprix - Best Price Comparison App
ID enljpjnlogidifamchbmaggncdcbeikf
URL Oficial https://chromewebstore.google.com/detail/smartprix-best-price-comp/enljpjnlogidifamchbmaggncdcbeikf
Descrição Get the lowest price no matter where you are
Tamanho do Arquivo 44.88 KB
Contagem de Instalações 1,114
Versão Atual 0.5.1
Última Atualização 2019-06-17
Data de Publicação 2019-06-17
Classificação 4.43/5 Total de 14 Avaliações
Desenvolvedor Smartprix.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.smartprix.com
URL da Página de Ajuda https://www.smartprix.com/about/contact
URL da Página de Política de Privacidade https://www.smartprix.com/about/privacy-policy
Idiomas Suportados 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\/*"
        ]
    }
}