8Buy - Find cheaper prices on Lazada

Find cheaper prices on Lazada

ما هو 8Buy - Find cheaper prices on Lazada؟

8Buy - Find cheaper prices on Lazada هو إضافة Chrome تم تطويرها بواسطة Branch8، والميزة الرئيسية لها هي "Find cheaper prices on Lazada".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة 8Buy - Find cheaper prices on Lazada

قم بتنزيل ملفات الامتداد 8Buy - Find cheaper prices on Lazada بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'"
}