Dealfor - The best Amazon Coupons
Discover fantastic savings with our amazing selection of Amazon coupons & Rebate.
Dealfor - The best Amazon Coupons क्या है?
Dealfor - The best Amazon Coupons Marketing Sifang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover fantastic savings with our amazing selection of Amazon coupons & Rebate."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dealfor - The best Amazon Coupons एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Dealfor is a free Chrome browser extension that will allow you to save money when doing online shopping. Getting started with Dealfor is incredibly easy! It takes just one click and it will be added to your browser. Once you install the extension, just shop like normal on Amazon, and let Dealfor automatically find, highlight, and apply the best coupon codes at checkout for you. Get access to thousands of daily cashback offers and discounts on everyday purchases like groceries, clothes, gadgets, office supplies, and many more.
एक्सटेंशन की मूल जानकारी
नाम | Dealfor - The best Amazon Coupons |
ID | idkkaokkmeofkpgkfgbhnkdokcpjjbdk |
आधिकारिक URL | https://chromewebstore.google.com/detail/dealfor-the-best-amazon-c/idkkaokkmeofkpgkfgbhnkdokcpjjbdk |
विवरण | Discover fantastic savings with our amazing selection of Amazon coupons & Rebate. |
फ़ाइल का आकार | 72.43 KB |
स्थापना संख्या | 146 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-09-29 |
प्रकाशन तिथि | 2021-09-29 |
रेटिंग | 3.00/5 कुल 1 रेटिंग्स |
डेवलपर | Marketing Sifang |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.dealfor.com |
गोपनीयता नीति पृष्ठ URL | http://m.luckshare.com/pbs/static/website/privacy.html |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "short_name": "__MSG_shortName__", "version": "1.0.0", "action": { "default_icon": { "16": "icon\/20x20.png", "24": "icon\/29x29.png", "32": "icon\/40x40.png" }, "default_title": "__MSG_defaultTitle__", "default_popup": "popup\/popup.html" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "icon\/20x20.png", "48": "icon\/58x58.png", "128": "icon\/144x144.png" }, "author": "__MSG_name__", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.dealfor.com\/*", "*:\/\/*.amazon.com\/*" ], "js": [ "common\/js\/jquery-3.6.0.min.js", "common\/js\/content-script.js" ], "css": [ "common\/css\/dealfor.css" ], "run_at": "document_start" } ], "host_permissions": [ "*:\/\/*.dealfor.com\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*\/*" ], "homepage_url": "https:\/\/www.dealfor.com" } |