GETMORE CASH-Tool

Verpasse nie wieder ein Angebot auf GETMORE

GETMORE CASH-Tool क्या है?

GETMORE CASH-Tool https://www.getmore.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Verpasse nie wieder ein Angebot auf GETMORE"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GETMORE CASH-Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ✔ 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                    

एक्सटेंशन की मूल जानकारी

नाम GETMORE CASH-Tool GETMORE CASH-Tool
ID pmcgjnaffaimcgiolckhckgepmobbpac
आधिकारिक URL https://chromewebstore.google.com/detail/getmore-cash-tool/pmcgjnaffaimcgiolckhckgepmobbpac
विवरण Verpasse nie wieder ein Angebot auf GETMORE
फ़ाइल का आकार 817 KB
स्थापना संख्या 4,637
वर्तमान संस्करण 2.0.11
अंतिम अपडेट 2022-07-26
प्रकाशन तिथि 2020-02-04
रेटिंग 3.60/5 कुल 15 रेटिंग्स
डेवलपर https://www.getmore.de
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.getmore.de/shops/cash-tool/
सहायता पृष्ठ URL https://www.getmore.de/service-und-support/kontakt/
गोपनीयता नीति पृष्ठ URL https://www.getmore.de/unternehmen/datenschutz
समर्थित भाषाएँ 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:\/\/*\/*"
    ]
}