Cash Rebate Club
Over 3,000 stores. Earn Cash Rebate PLUS Referral Cash when your friends shop too!
Cash Rebate Club क्या है?
Cash Rebate Club CashRebateClub द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Over 3,000 stores. Earn Cash Rebate PLUS Referral Cash when your friends shop too!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cash Rebate Club एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Shop online with your favorite stores and we will let you know if there is Cash Rebate available. When you see the Cash Rebate Club banner appear at the top of any store's web page; just click it and earn the stated Cash Rebate on that transaction. The Cash Rebate Club will also give you access to the hottest specials available as well as provide you that stores Promo Codes. Your Cash Rebate Club also works with most search engines. Just search as normal, and the Cash Rebate Club will post a notice directly above all stores in that search that offer Cash Rebate available. Then just click it and earn!
एक्सटेंशन की मूल जानकारी
नाम | Cash Rebate Club |
ID | fgglaibioafmblalclbiebndllabankd |
आधिकारिक URL | https://chromewebstore.google.com/detail/cash-rebate-club/fgglaibioafmblalclbiebndllabankd |
विवरण | Over 3,000 stores. Earn Cash Rebate PLUS Referral Cash when your friends shop too! |
फ़ाइल का आकार | 1.52 MB |
स्थापना संख्या | 1,080 |
वर्तमान संस्करण | 3.1.11 |
अंतिम अपडेट | 2024-02-05 |
प्रकाशन तिथि | 2020-04-02 |
रेटिंग | 4.90/5 कुल 39 रेटिंग्स |
डेवलपर | CashRebateClub |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.cashrebateclub.com |
सहायता पृष्ठ URL | https://www.cashrebateclub.com/help/customersupport |
गोपनीयता नीति पृष्ठ URL | https://www.cashrebateclub.com/help/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cash Rebate Club", "version": "3.1.11", "description": "Over 3,000 stores. Earn Cash Rebate PLUS Referral Cash when your friends shop too!", "homepage_url": "https:\/\/www.cashrebateclub.com\/", "manifest_version": 3, "background": { "service_worker": "serviceworker.js" }, "permissions": [ "tabs", "webRequest", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.cashrebateclub.com\/*", "*:\/\/*.cashrebateclublocal.com\/*" ], "js": [ "js\/contentscript.js" ] }, { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/slider.js" ] }, { "matches": [ "*:\/\/search.yahoo.com\/*", "*:\/\/www.bing.com\/*", "*:\/\/*.google.com\/*" ], "js": [ "js\/serp.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_page": "options.html" } |