ASOS Discount Tags

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

ASOS Discount Tags क्या है?

ASOS Discount Tags John Rengwu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows how much you'd save for each item in ASOS!"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में ASOS Discount Tags एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

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