8Buy - Find cheaper prices on Lazada

Find cheaper prices on Lazada

8Buy - Find cheaper prices on Lazada क्या है?

8Buy - Find cheaper prices on Lazada Branch8 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find cheaper prices on Lazada"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 8Buy - Find cheaper prices on Lazada एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम 8Buy - Find cheaper prices on Lazada 8Buy - Find cheaper prices on Lazada
ID klmmacdelhgkpfhkifbcppibnbcpakhh
आधिकारिक URL https://chromewebstore.google.com/detail/8buy-find-cheaper-prices/klmmacdelhgkpfhkifbcppibnbcpakhh
विवरण Find cheaper prices on Lazada
फ़ाइल का आकार 664 KB
स्थापना संख्या 22
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2016-07-04
प्रकाशन तिथि 2016-07-04
रेटिंग 4.71/5 कुल 14 रेटिंग्स
डेवलपर Branch8
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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'"
}