8Buy - Find cheaper prices on Lazada

Find cheaper prices on Lazada

Qu'est-ce que 8Buy - Find cheaper prices on Lazada ?

8Buy - Find cheaper prices on Lazada est une extension Chrome développée par Branch8, et sa fonction principale est "Find cheaper prices on Lazada".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 8Buy - Find cheaper prices on Lazada

Téléchargez les fichiers d'extension 8Buy - Find cheaper prices on Lazada au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom 8Buy - Find cheaper prices on Lazada 8Buy - Find cheaper prices on Lazada
ID klmmacdelhgkpfhkifbcppibnbcpakhh
URL Officiel https://chromewebstore.google.com/detail/8buy-find-cheaper-prices/klmmacdelhgkpfhkifbcppibnbcpakhh
Description Find cheaper prices on Lazada
Taille du Fichier 664 KB
Nombre d'Installations 22
Version Actuelle 1.0.7
Dernière Mise à Jour 2016-07-04
Date de Publication 2016-07-04
Évaluation 4.71/5 Total 14 Évaluations
Développeur Branch8
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}