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
电子邮箱 [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:\/\/*\/*"
    ]
}