CashMaxxx

Cashback made in Austria - Geld zurück beim Online Shopping

CashMaxxx란 무엇입니까?

CashMaxxx은(는) BenefitWorld에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cashback made in Austria - Geld zurück beim Online Shopping"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

CashMaxxx 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Der CashMaxxx Cashback-Assistent von BenefitWorld zeigt Ihnen die besten Cashback-Tarife schon bei der Google-Suche an. Mit Klick auf „Cashback holen“ können Sie sich das Cashback für Ihren Kauf oder ihrer Buchung sofort holen.

Jetzt CashMaxxx aktivieren und nie wieder Cashback versäumen!                    

확장 프로그램 기본 정보

이름 CashMaxxx CashMaxxx
ID ndmagkpfolhjgfmpoimkicnfnkeebobn
공식 URL https://chromewebstore.google.com/detail/cashmaxxx/ndmagkpfolhjgfmpoimkicnfnkeebobn
설명 Cashback made in Austria - Geld zurück beim Online Shopping
파일 크기 158 KB
설치 횟수 584
현재 버전 1.2.0
최근 업데이트 2024-02-14
출시 날짜 2020-01-09
개발자 BenefitWorld
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://benefitworld.at/
도움말 페이지 URL https://benefitworld.at/de/kontakt
개인정보 보호 정책 페이지 URL https://benefitworld.at/de/datenschutz
지원되는 언어 de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dropping Coconut KG",
    "name": "CashMaxxx",
    "version": "1.2.0",
    "description": "__MSG_extDescription__",
    "default_locale": "de",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "img\/128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ]
}