ASOS Discount Tags

Shows how much you'd save for each item in ASOS!

ASOS Discount Tagsคืออะไร?

ASOS Discount Tags เป็นส่วนขยายของ Chrome ที่พัฒนาโดย John Rengwu และคุณลักษณะหลักของมันคือ "Shows how much you'd save for each item in ASOS!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ASOS Discount Tags

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

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

                        Tags that show discounts of each item that's on sale on ASOS.com.

It's color-coded too!                    

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

ชื่อ ASOS Discount Tags ASOS Discount Tags
ID ncciljcjappcmmimhgnndopppbccmnik
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/asos-discount-tags/ncciljcjappcmmimhgnndopppbccmnik
คำอธิบาย Shows how much you'd save for each item in ASOS!
ขนาดไฟล์ 16.61 KB
จำนวนการติดตั้ง 89
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2019-02-10
วันที่เผยแพร่ 2019-02-09
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา John Rengwu
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ASOS Discount Tags",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "Shows how much you'd save for each item in ASOS!",
    "homepage_url": "http:\/\/www.asos.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.asos.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.asos.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}