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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:\/\/*\/*"
    ]
}