Mr. Rebates Quick Cash Button
Activate cash back rebates instantly within your browser with the Mr. Rebates' Quick Cash Button
Mr. Rebates Quick Cash Button क्या है?
Mr. Rebates Quick Cash Button https://www.mrrebates.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Activate cash back rebates instantly within your browser with the Mr. Rebates' Quick Cash Button"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mr. Rebates Quick Cash Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Mr. Rebates' Quick Cash Button automatically reminds you to activate your cash back at thousands of different stores! Just add this cute little guy (Mr. Rebates, of course!) to your Chrome browser and get ready for the easiest cash back possible! The Quick Cash Button will show you a slider when you reach a store that is offering cash back with Mr. Rebates and all you need to do is simply click the slider to activate cash back. Never miss your cash back again! By using the Quick Cash browser button, you agree to Mr. Rebates' Terms & Conditions, available here: https://www.mrrebates.com/terms_conditions.asp and the Mr. Rebates' privacy policy located here: https://www.mrrebates.com/privacy_policy.asp.
एक्सटेंशन की मूल जानकारी
नाम | Mr. Rebates Quick Cash Button |
ID | bginpnanmddojfmhfgbepbibjkgcdepb |
आधिकारिक URL | https://chromewebstore.google.com/detail/mr-rebates-quick-cash-but/bginpnanmddojfmhfgbepbibjkgcdepb |
विवरण | Activate cash back rebates instantly within your browser with the Mr. Rebates' Quick Cash Button |
फ़ाइल का आकार | 147 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 2.1.0.3 |
अंतिम अपडेट | 2023-11-15 |
प्रकाशन तिथि | 2020-03-17 |
रेटिंग | 4.29/5 कुल 14 रेटिंग्स |
डेवलपर | https://www.mrrebates.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.mrrebates.com |
गोपनीयता नीति पृष्ठ URL | https://www.mrrebates.com/privacy_policy.asp |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Denis Inozemtsev", "description": "Activate cash back rebates instantly within your browser with the Mr. Rebates' Quick Cash Button", "name": "Mr. Rebates Quick Cash Button", "version": "2.1.0.3", "content_scripts": [ { "js": [ "src\/content\/app.js" ], "matches": [ "*:\/\/*\/*" ] } ], "icons": { "24": "icons\/24x24.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "permissions": [ "tabs", "webRequest", "storage", "alarms" ], "action": { "default_icon": { "24": "icons\/24x24.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "default_popup": "src\/popup\/popup.html" }, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "host_permissions": [ "*:\/\/*\/*" ], "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "style.css" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "assets\/src\/content\/app-dabb4054.js", "assets\/_plugin-vue_export-helper-959df103.js", "assets\/MerchantStatesController-51b36c03.js" ], "matches": [ "*:\/\/*\/*" ], "use_dynamic_url": true } ] } |