Shop 4 Less

Compare other major sites and buy at right price

Cos'è Shop 4 Less?

Shop 4 Less è un'estensione di Chrome sviluppata da Apptikka, e la sua funzione principale è "Compare other major sites and buy at right price".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Shop 4 Less

Scarica i file di estensione Shop 4 Less in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        How many times during online shopping, before adding to cart you thought is there some other place that this product is cheaper than this price ?

Well from now on, forget about the it. This extension will help you search other major websites (more than 200+ websites) and shows you the price those sites offer.                    

Informazioni di Base sull'Estensione

Nome Shop 4 Less Shop 4 Less
ID nbdcdabndhehpnlfnfaooedgpbdpohhi
URL Ufficiale https://chrome.google.com/webstore/detail/shop-4-less/nbdcdabndhehpnlfnfaooedgpbdpohhi
Descrizione Compare other major sites and buy at right price
Dimensione del File 28.53 KB
Conteggio Installazioni 62
Versione Corrente 1.0
Ultimo Aggiornamento 2016-08-08
Data di Pubblicazione 2016-08-08
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Apptikka
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.dealtikka.com/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shop 4 Less",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Compare other major sites and buy at right price",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon 48.png",
        "128": "icon 128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}