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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}