GETMORE CASH-Tool

Verpasse nie wieder ein Angebot auf GETMORE

Qu'est-ce que GETMORE CASH-Tool ?

GETMORE CASH-Tool est une extension Chrome développée par https://www.getmore.de, et sa fonction principale est "Verpasse nie wieder ein Angebot auf GETMORE".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GETMORE CASH-Tool

Téléchargez les fichiers d'extension GETMORE CASH-Tool 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

                        ✔ Einfach zu installieren und deinstallieren
✔ Erkennt automatisch Cashback Partnershops
✔ Mit einem Klick Cashback aktivieren
✔ Cashback bei Millionen Produkten
✔ Anonym und sicher

Mit dem GETMORE CASH-Tool ist Cashback sammeln noch einfacher. Unser Tool erinnert dich automatisch an dein Cashback, sobald du bei einem unserer Partner einkaufst und mit nur einem Klick aktivierst du es.

Das CASH-Tool erinnert dich aber nicht nur an dein Cashback, sondern bietet dir noch viele zusätzliche Informationen und Funktionen:

✔ Unsere aktuellen Aktionen, Gutscheine und Cashbackraten jederzeit abrufbar
✔ Deine Favoritenshops immer verfügbar
✔ Deine Aktivitäten, Guthaben und Nachrichten sofort einsehbar
✔ Suche nach Partnershops direkt über deinen Browser                    

Informations de Base sur l'Extension

Nom GETMORE CASH-Tool GETMORE CASH-Tool
ID pmcgjnaffaimcgiolckhckgepmobbpac
URL Officiel https://chromewebstore.google.com/detail/getmore-cash-tool/pmcgjnaffaimcgiolckhckgepmobbpac
Description Verpasse nie wieder ein Angebot auf GETMORE
Taille du Fichier 817 KB
Nombre d'Installations 4,637
Version Actuelle 2.0.11
Dernière Mise à Jour 2022-07-26
Date de Publication 2020-02-04
Évaluation 3.60/5 Total 15 Évaluations
Développeur https://www.getmore.de
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.getmore.de/shops/cash-tool/
URL de la Page d'Aide https://www.getmore.de/service-und-support/kontakt/
URL de la Page de Politique de Confidentialité https://www.getmore.de/unternehmen/datenschutz
Langues Prises en Charge de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GETMORE CASH-Tool",
    "short_name": "GETMORE",
    "description": "Verpasse nie wieder ein Angebot auf GETMORE",
    "version": "2.0.11",
    "author": "Creative SHOPPING GmbH",
    "icons": {
        "16": "icons\/logo_getmore_16x16.png",
        "32": "icons\/logo_getmore_32x32.png",
        "48": "icons\/logo_getmore_48x48.png",
        "128": "icons\/logo_getmore_128x128.png"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "background": {
        "scripts": [
            "js\/getmore.bg.min.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/logo_getmore_16x16.png",
            "32": "icons\/logo_getmore_32x32.png",
            "48": "icons\/logo_getmore_48x48.png",
            "128": "icons\/logo_getmore_128x128.png"
        },
        "default_title": "GETMORE CASH-Tool",
        "default_popup": "menu.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/overlay.min.css"
            ],
            "js": [
                "js\/getmore.cs.iframe.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "icons\/*",
        "bar.html"
    ],
    "permissions": [
        "notifications",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}