Coupons for Chinese Shops

Automatically searching for coupons for items on BangGood and GearBest sites.

Coupons for Chinese Shopsคืออะไร?

Coupons for Chinese Shops เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jakub 'unknow' Mrugalski และคุณลักษณะหลักของมันคือ "Automatically searching for coupons for items on BangGood and GearBest sites."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Coupons for Chinese Shops

ดาวน์โหลดไฟล์ส่วนขยาย Coupons for Chinese Shops ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension searches COUPONS for GearBest and BangGood shops.
It tracks which item are you viewing and display codes for them - no additional action is required.

Sometimes, extension display multiple coupons (like 3-4) and you have to check which one is still working.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Coupons for Chinese Shops Coupons for Chinese Shops
ID nnfomhlhhddnhpfnhdgpngfobdoahkfl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/coupons-for-chinese-shops/nnfomhlhhddnhpfnhdgpngfobdoahkfl
คำอธิบาย Automatically searching for coupons for items on BangGood and GearBest sites.
ขนาดไฟล์ 19.95 KB
จำนวนการติดตั้ง 129
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2019-08-21
วันที่เผยแพร่ 2019-08-21
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Jakub 'unknow' Mrugalski
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coupons for Chinese Shops",
    "version": "0.0.1",
    "manifest_version": 2,
    "author": "Jakub 'unknow' Mrugalski",
    "description": "Automatically searching for coupons for items on BangGood and GearBest sites.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.gearbest.com\/*",
                "*:\/\/pl.gearbest.com\/*",
                "*:\/\/www.banggood.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "chiny.png"
    }
}