ASOS Discount Tags

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

Was ist ASOS Discount Tags?

ASOS Discount Tags ist eine Chrome-Erweiterung, die von John Rengwu entwickelt wurde, und ihr Hauptmerkmal ist "Shows how much you'd save for each item in ASOS!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

ASOS Discount Tags-Erweiterungs-CRX-Datei herunterladen

Laden Sie ASOS Discount Tags-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

It's color-coded too!                    

Grundlegende Informationen zur Erweiterung

Name ASOS Discount Tags ASOS Discount Tags
ID ncciljcjappcmmimhgnndopppbccmnik
Offizielle URL https://chromewebstore.google.com/detail/asos-discount-tags/ncciljcjappcmmimhgnndopppbccmnik
Beschreibung Shows how much you'd save for each item in ASOS!
Dateigröße 16.61 KB
Installationsanzahl 89
Aktuelle Version 0.1.3
Letztes Update 2019-02-10
Veröffentlichungsdatum 2019-02-09
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler John Rengwu
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}