CashMaxxx

Cashback made in Austria - Geld zurück beim Online Shopping

Co to jest CashMaxxx?

CashMaxxx to rozszerzenie Chrome opracowane przez BenefitWorld, a jego główną funkcją jest „Cashback made in Austria - Geld zurück beim Online Shopping”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CashMaxxx

Pobierz pliki rozszerzeń CashMaxxx w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Der CashMaxxx Cashback-Assistent von BenefitWorld zeigt Ihnen die besten Cashback-Tarife schon bei der Google-Suche an. Mit Klick auf „Cashback holen“ können Sie sich das Cashback für Ihren Kauf oder ihrer Buchung sofort holen.

Jetzt CashMaxxx aktivieren und nie wieder Cashback versäumen!                    

Podstawowe informacje o rozszerzeniu

Nazwa CashMaxxx CashMaxxx
ID ndmagkpfolhjgfmpoimkicnfnkeebobn
Oficjalny URL https://chromewebstore.google.com/detail/cashmaxxx/ndmagkpfolhjgfmpoimkicnfnkeebobn
Opis Cashback made in Austria - Geld zurück beim Online Shopping
Rozmiar pliku 158 KB
Liczba instalacji 584
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2024-02-14
Data Publikacji 2020-01-09
Deweloper BenefitWorld
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://benefitworld.at/
Adres URL Strony Pomocy https://benefitworld.at/de/kontakt
Adres URL Strony Polityki Prywatności https://benefitworld.at/de/datenschutz
Obsługiwane Języki de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dropping Coconut KG",
    "name": "CashMaxxx",
    "version": "1.2.0",
    "description": "__MSG_extDescription__",
    "default_locale": "de",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "img\/128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ]
}