Kiwiwallet Cashback Reminder

Never miss a cashback on your online shopping at your favourite retailers.

What is Kiwiwallet Cashback Reminder?

Kiwiwallet Cashback Reminder is a Chrome extension developed by Kiwiwallet Limited, and its main feature is "Never miss a cashback on your online shopping at your favourite retailers.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Kiwiwallet Cashback Reminder Extension CRX File

Download Kiwiwallet 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

                        Download the Kiwiwallet Cashback Reminder to access the best cashback deals from over 500+ brands.

The Kiwiwallet Cashback Reminder is your ultimate shopping companion. Once downloaded, it will alert you every time there is an opportunity for you to earn cashback.  

It’s so easy and simple. 
When the Cashback Reminder appears for a retailer, click “Activate now” button to track your online shopping and let the savings roll in.                    

Extension Basic Information

Name Kiwiwallet Cashback Reminder Kiwiwallet Cashback Reminder
ID eblnhjogpjjonjajjapcgomfdaekhalj
Official URL https://chromewebstore.google.com/detail/kiwiwallet-cashback-remin/eblnhjogpjjonjajjapcgomfdaekhalj
Description Never miss a cashback on your online shopping at your favourite retailers.
File Size 945 KB
Installation Count 815
Current Version 0.0.1
Last Updated 2022-04-12
Publish Date 2022-04-11
Rating 5.00/5 Total 2 Ratings
Developer Kiwiwallet Limited
Email [email protected]
Payment Type free
Extension Website https://www.kiwiwallet.co.nz/
Help Page URL https://kiwiwallet.zendesk.com/hc/en-nz
Privacy Policy Page URL https://www.kiwiwallet.co.nz/PrivacyPolicy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Never miss a cashback on your online shopping at your favourite retailers.",
    "version": "0.0.1",
    "manifest_version": 3,
    "name": "Kiwiwallet Cashback Reminder",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content-all-sites.styles.css",
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "panel.html",
                "verify.html",
                "content.styles.css",
                "*.png",
                "*.svg",
                "*.gif"
            ],
            "matches": [
                ""
            ]
        }
    ]
}