GETMORE CASH-Tool

Verpasse nie wieder ein Angebot auf GETMORE

GETMORE CASH-Toolとは何ですか?

GETMORE CASH-Toolはhttps://www.getmore.deによって開発されたChromeの拡張機能で、その主な機能は「Verpasse nie wieder ein Angebot auf GETMORE」です。

拡張機能のスクリーンショット

screenshot

GETMORE CASH-Tool拡張機能のCRXファイルをダウンロード

GETMORE CASH-Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ✔ 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
Eメール [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:\/\/*\/*"
    ]
}