Kiwiwallet Cashback Reminder

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

Was ist Kiwiwallet Cashback Reminder?

Kiwiwallet Cashback Reminder ist eine Chrome-Erweiterung, die von Kiwiwallet Limited entwickelt wurde, und ihr Hauptmerkmal ist "Never miss a cashback on your online shopping at your favourite retailers.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Kiwiwallet Cashback Reminder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Kiwiwallet Cashback Reminder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Kiwiwallet Cashback Reminder Kiwiwallet Cashback Reminder
ID eblnhjogpjjonjajjapcgomfdaekhalj
Offizielle URL https://chromewebstore.google.com/detail/kiwiwallet-cashback-remin/eblnhjogpjjonjajjapcgomfdaekhalj
Beschreibung Never miss a cashback on your online shopping at your favourite retailers.
Dateigröße 945 KB
Installationsanzahl 815
Aktuelle Version 0.0.1
Letztes Update 2022-04-12
Veröffentlichungsdatum 2022-04-11
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Kiwiwallet Limited
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.kiwiwallet.co.nz/
Hilfeseite URL https://kiwiwallet.zendesk.com/hc/en-nz
URL der Datenschutzrichtlinien-Seite https://www.kiwiwallet.co.nz/PrivacyPolicy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}