ASOS Discount Tags
Shows how much you'd save for each item in ASOS!
Vad är ASOS Discount Tags?
ASOS Discount Tags är en Chrome-tillägg utvecklad av John Rengwu, och dess huvudfunktion är "Shows how much you'd save for each item in ASOS!".
Tilläggsskärmbilder
Ladda ner ASOS Discount Tags-förlängningens CRX-fil
Ladda ner ASOS Discount Tags-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Tags that show discounts of each item that's on sale on ASOS.com. It's color-coded too!
Grundläggande Information om Tillägg
Namn | |
ID | ncciljcjappcmmimhgnndopppbccmnik |
Officiell webbadress | https://chromewebstore.google.com/detail/asos-discount-tags/ncciljcjappcmmimhgnndopppbccmnik |
Beskrivning | Shows how much you'd save for each item in ASOS! |
Filstorlek | 16.61 KB |
Antal Installationer | 89 |
Aktuell Version | 0.1.3 |
Senast Uppdaterad | 2019-02-10 |
Publiceringsdatum | 2019-02-09 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | John Rengwu |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |