ASOS Discount Tags
Shows how much you'd save for each item in ASOS!
Cos'è ASOS Discount Tags?
ASOS Discount Tags è un'estensione di Chrome sviluppata da John Rengwu, e la sua funzione principale è "Shows how much you'd save for each item in ASOS!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ASOS Discount Tags
Scarica i file di estensione ASOS Discount Tags in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Tags that show discounts of each item that's on sale on ASOS.com. It's color-coded too!
Informazioni di Base sull'Estensione
Nome | |
ID | ncciljcjappcmmimhgnndopppbccmnik |
URL Ufficiale | https://chromewebstore.google.com/detail/asos-discount-tags/ncciljcjappcmmimhgnndopppbccmnik |
Descrizione | Shows how much you'd save for each item in ASOS! |
Dimensione del File | 16.61 KB |
Conteggio Installazioni | 89 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2019-02-10 |
Data di Pubblicazione | 2019-02-09 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | John Rengwu |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |