Argos Discount Viewer
With this extension you can easily have your discount calculated and displayed alongside the original price on the Argos website.
Qu'est-ce que Argos Discount Viewer ?
Argos Discount Viewer est une extension Chrome développée par Rand, et sa fonction principale est "With this extension you can easily have your discount calculated and displayed alongside the original price on the Argos website.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Argos Discount Viewer
Téléchargez les fichiers d'extension Argos Discount Viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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%
Informations de Base sur l'Extension
Nom | Argos Discount Viewer |
ID | gjlggchigbelebkhdffenmdnopejbnhb |
URL Officiel | https://chromewebstore.google.com/detail/argos-discount-viewer/gjlggchigbelebkhdffenmdnopejbnhb |
Description | With this extension you can easily have your discount calculated and displayed alongside the original price on the Argos website. |
Taille du Fichier | 76.83 KB |
Nombre d'Installations | 120 |
Version Actuelle | 1.2.2 |
Dernière Mise à Jour | 2023-01-22 |
Date de Publication | 2020-06-18 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Rand |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |