Kiwiwallet Cashback Reminder

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

Qu'est-ce que Kiwiwallet Cashback Reminder ?

Kiwiwallet Cashback Reminder est une extension Chrome développée par Kiwiwallet Limited, et sa fonction principale est "Never miss a cashback on your online shopping at your favourite retailers.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Kiwiwallet Cashback Reminder

Téléchargez les fichiers d'extension Kiwiwallet Cashback Reminder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Kiwiwallet Cashback Reminder Kiwiwallet Cashback Reminder
ID eblnhjogpjjonjajjapcgomfdaekhalj
URL Officiel https://chromewebstore.google.com/detail/kiwiwallet-cashback-remin/eblnhjogpjjonjajjapcgomfdaekhalj
Description Never miss a cashback on your online shopping at your favourite retailers.
Taille du Fichier 945 KB
Nombre d'Installations 815
Version Actuelle 0.0.1
Dernière Mise à Jour 2022-04-12
Date de Publication 2022-04-11
Évaluation 5.00/5 Total 2 Évaluations
Développeur Kiwiwallet Limited
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.kiwiwallet.co.nz/
URL de la Page d'Aide https://kiwiwallet.zendesk.com/hc/en-nz
URL de la Page de Politique de Confidentialité https://www.kiwiwallet.co.nz/PrivacyPolicy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}