8Buy - Find cheaper prices on Lazada

Find cheaper prices on Lazada

Wat is 8Buy - Find cheaper prices on Lazada?

8Buy - Find cheaper prices on Lazada is een Chrome-extensie ontwikkeld door Branch8, en de belangrijkste functie is "Find cheaper prices on Lazada".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 8Buy - Find cheaper prices on Lazada

Download 8Buy - Find cheaper prices on Lazada-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 😎😎.                    

Basisinformatie over de Extensie

Naam 8Buy - Find cheaper prices on Lazada 8Buy - Find cheaper prices on Lazada
ID klmmacdelhgkpfhkifbcppibnbcpakhh
Officiële URL https://chromewebstore.google.com/detail/8buy-find-cheaper-prices/klmmacdelhgkpfhkifbcppibnbcpakhh
Beschrijving Find cheaper prices on Lazada
Bestandsgrootte 664 KB
Aantal Installaties 22
Huidige Versie 1.0.7
Laatst Bijgewerkt 2016-07-04
Publicatiedatum 2016-07-04
Beoordeling 4.71/5 Totaal 14 Beoordelingen
Ontwikkelaar Branch8
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}