Kiwiwallet Cashback Reminder

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

Co je Kiwiwallet Cashback Reminder?

Kiwiwallet Cashback Reminder je rozšíření Chrome vyvinuté Kiwiwallet Limited, a jeho hlavní funkcí je „Never miss a cashback on your online shopping at your favourite retailers.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Kiwiwallet Cashback Reminder

Stáhněte si soubory rozšíření Kiwiwallet Cashback Reminder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Kiwiwallet Cashback Reminder Kiwiwallet Cashback Reminder
ID eblnhjogpjjonjajjapcgomfdaekhalj
Oficiální URL https://chromewebstore.google.com/detail/kiwiwallet-cashback-remin/eblnhjogpjjonjajjapcgomfdaekhalj
Popis Never miss a cashback on your online shopping at your favourite retailers.
Velikost souboru 945 KB
Počet instalací 815
Aktuální Verze 0.0.1
Poslední Aktualizace 2022-04-12
Datum Vydání 2022-04-11
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Kiwiwallet Limited
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.kiwiwallet.co.nz/
URL Stránky Nápovědy https://kiwiwallet.zendesk.com/hc/en-nz
URL Stránky Zásad Ochrany Soukromí https://www.kiwiwallet.co.nz/PrivacyPolicy
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}