Argos Discount Viewer
With this extension you can easily have your discount calculated and displayed alongside the original price on the Argos website.
Co je Argos Discount Viewer?
Argos Discount Viewer je rozšíření Chrome vyvinuté Rand, a jeho hlavní funkcí je „With this extension you can easily have your discount calculated and displayed alongside the original price on the Argos website.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Argos Discount Viewer
Stáhněte si soubory rozšíření Argos Discount Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Have your discount calculated and displayed alongside the original price on all products. You can easily set a new discount by dragging the slider up and down to your required value from 5% to 50%
Základní Informace o Rozšíření
Název | Argos Discount Viewer |
ID | gjlggchigbelebkhdffenmdnopejbnhb |
Oficiální URL | https://chromewebstore.google.com/detail/argos-discount-viewer/gjlggchigbelebkhdffenmdnopejbnhb |
Popis | With this extension you can easily have your discount calculated and displayed alongside the original price on the Argos website. |
Velikost souboru | 76.83 KB |
Počet instalací | 120 |
Aktuální Verze | 1.2.2 |
Poslední Aktualizace | 2023-01-22 |
Datum Vydání | 2020-06-18 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Rand |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Argos Discount Viewer", "version": "1.2.2", "action": { "default_icon": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "default_title": "Argos Discount Viewer", "default_popup": "popup.html" }, "description": "With this extension you can easily have your discount calculated and displayed alongside the original price on the Argos website.", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "activeTab", "storage", "scripting" ], "content_scripts": [ { "matches": [ "http:\/\/www.argos.co.uk\/product\/*", "https:\/\/www.argos.co.uk\/product\/*" ], "css": [ "css\/content_scripts-styles.css" ], "js": [ "js\/discount.js" ] } ] } |