CBXL Cashback Reminder
Mis nooit meer een cashback met de CBXL Cashback Reminder.
What is CBXL Cashback Reminder?
CBXL Cashback Reminder is a Chrome extension developed by https://www.cashbackxl.nl, and its main feature is "Mis nooit meer een cashback met de CBXL Cashback Reminder.".
Extension Screenshots
Download CBXL Cashback Reminder Extension CRX File
Download CBXL Cashback Reminder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Installeer de CBXL Cashback Reminder en mis nooit meer een cashback. Ontvang in je browser een notificatie als je een webshop bezoekt waarvoor cashback geldig is en activeer met één klik de cashback. Het is gratis en veilig en zal je nog meer geld besparen dan je al deed via onze site.
Extension Basic Information
Name | CBXL Cashback Reminder |
ID | depjefmlmodiebbboeihoniiogjjpokf |
Official URL | https://chromewebstore.google.com/detail/cbxl-cashback-reminder/depjefmlmodiebbboeihoniiogjjpokf |
Description | Mis nooit meer een cashback met de CBXL Cashback Reminder. |
File Size | 80.62 KB |
Installation Count | 4,727 |
Current Version | 1.0.22 |
Last Updated | 2023-11-08 |
Publish Date | 2019-08-29 |
Rating | 2.67/5 Total 6 Ratings |
Developer | https://www.cashbackxl.nl |
[email protected] | |
Payment Type | free |
Extension Website | https://www.cashbackxl.nl |
Help Page URL | https://www.cashbackxl.nl/service-contact |
Privacy Policy Page URL | https://www.cashbackxl.nl/privacy-cookies |
Supported Languages | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CBXL Cashback Reminder", "short_name": "CBXL CR", "description": "Mis nooit meer een cashback met de CBXL Cashback Reminder.", "version": "1.0.22", "action": { "default_icon": { "16": "img\/cbxl-01.png", "24": "img\/cbxl-01.png", "32": "img\/cbxl-01.png" } }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "tabs", "storage" ], "optional_host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/auto-complete.min.js", "js\/content.js" ], "css": [ "css\/content.css", "css\/serp.css" ], "run_at": "document_end" } ] } |