Coupon2Deal
Coupon2Deal extension is here to provide you cashback from almost every store.
Coupon2Deal क्या है?
Coupon2Deal callsmaster द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Coupon2Deal extension is here to provide you cashback from almost every store."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Coupon2Deal एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Coupon2Deal is USA based online platform established in 2019 with its arms and network spread worldwide. We, at Coupon2Deal are devoted to deliver the best outcome to our users to fulfill the buds of their love for shopping while sitting at home with a cup of coffee. Since shopping dwells in almost every heart, we run our global network by providing interesting Deals, Coupons & Promo Codes; applicable for different shopping channels to our shopping audience. Through the Deals, Coupons and Discounts we bring, you save more and shop more. Visit https://www.coupon2deal.com
एक्सटेंशन की मूल जानकारी
नाम | |
ID | liljjnfbhfaimmnhonkbckeogkbmekcm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/coupon2deal/liljjnfbhfaimmnhonkbckeogkbmekcm |
विवरण | Coupon2Deal extension is here to provide you cashback from almost every store. |
फ़ाइल का आकार | 25.28 KB |
स्थापना संख्या | 6,000 |
वर्तमान संस्करण | 2.8 |
अंतिम अपडेट | 2022-01-25 |
प्रकाशन तिथि | 2020-09-20 |
रेटिंग | 4.49/5 कुल 41 रेटिंग्स |
डेवलपर | callsmaster |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.coupon2deal.com/ |
सहायता पृष्ठ URL | https://www.coupon2deal.com/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Coupon2Deal", "version": "2.8", "description": "Coupon2Deal extension is here to provide you cashback from almost every store.", "icons": { "128": ".\/icons\/c2d128.png", "48": ".\/icons\/c2d48.png", "16": ".\/icons\/c2d16.png" }, "browser_action": { "default_icon": ".\/icons\/c2d128.png", "default_title": "Coupon2Deal" }, "background": { "scripts": [ ".\/background\/event.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/www.coupontodeal.com\/*" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ ".\/shared\/content.js" ], "css": [ ".\/shared\/content.css" ], "run_at": "document_start" } ], "permissions": [ "activeTab", "declarativeContent" ], "web_accessible_resources": [ "https:\/\/super-dashboard-images-cdn.s3.amazonaws.com\/images\/1628586860044-coupon2deallogojpg.jpeg" ] } |