8Buy - Find cheaper prices on Lazada

Find cheaper prices on Lazada

Cos'è 8Buy - Find cheaper prices on Lazada?

8Buy - Find cheaper prices on Lazada è un'estensione di Chrome sviluppata da Branch8, e la sua funzione principale è "Find cheaper prices on Lazada".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 8Buy - Find cheaper prices on Lazada

Scarica i file di estensione 8Buy - Find cheaper prices on Lazada 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

                        8Buy helps shoppers find the cheapest products on Lazada Singapore. 

1. Download the 8Buy Chrome Extension
2. Shop on Lazada normally, and we'll find you a cheaper product (see the extension on the bottom right working its magic)

We can help you save money and time 😎😎.                    

Informazioni di Base sull'Estensione

Nome 8Buy - Find cheaper prices on Lazada 8Buy - Find cheaper prices on Lazada
ID klmmacdelhgkpfhkifbcppibnbcpakhh
URL Ufficiale https://chromewebstore.google.com/detail/8buy-find-cheaper-prices/klmmacdelhgkpfhkifbcppibnbcpakhh
Descrizione Find cheaper prices on Lazada
Dimensione del File 664 KB
Conteggio Installazioni 22
Versione Corrente 1.0.7
Ultimo Aggiornamento 2016-07-04
Data di Pubblicazione 2016-07-04
Valutazione 4.71/5 Totale 14 Valutazioni
Sviluppatore Branch8
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "8Buy - Find cheaper prices on Lazada",
    "version": "1.0.7",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.lazada.sg\/*",
                "http:\/\/www.lazada.sg\/*"
            ],
            "js": [
                "content\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Find cheaper prices on Lazada",
    "homepage_url": "https:\/\/www.branch8.com\/",
    "permissions": [
        "storage",
        ""
    ],
    "icons": {
        "16": "$assets\/8buy-16.png",
        "32": "$assets\/8buy-32.png",
        "128": "$assets\/8buy-128.png"
    },
    "web_accessible_resources": [
        "$assets\/8buy-16.png",
        "$assets\/8buy-32.png",
        "$assets\/8buy-128.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}