Argos Discount Viewer
With this extension you can easily have your discount calculated and displayed alongside the original price on the Argos website.
Argos Discount Viewer क्या है?
Argos Discount Viewer Rand द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With this extension you can easily have your discount calculated and displayed alongside the original price on the Argos website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Argos Discount Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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%
एक्सटेंशन की मूल जानकारी
नाम | Argos Discount Viewer |
ID | gjlggchigbelebkhdffenmdnopejbnhb |
आधिकारिक URL | https://chromewebstore.google.com/detail/argos-discount-viewer/gjlggchigbelebkhdffenmdnopejbnhb |
विवरण | With this extension you can easily have your discount calculated and displayed alongside the original price on the Argos website. |
फ़ाइल का आकार | 76.83 KB |
स्थापना संख्या | 120 |
वर्तमान संस्करण | 1.2.2 |
अंतिम अपडेट | 2023-01-22 |
प्रकाशन तिथि | 2020-06-18 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Rand |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } ] } |