Mastercard Gold

Mastercard Gold

Mastercard Gold란 무엇입니까?

Mastercard Gold은(는) https://goldfordel.no에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mastercard Gold"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Mastercard Gold Fordel er et fordelsprogram for deg som har et Mastercard Gold kredittkort. Du får opptil 25 % cashback i mer enn 100 nettbutikker.                    

확장 프로그램 기본 정보

이름 Mastercard Gold Mastercard Gold
ID mpiplkjednaomgemnhnhhhcmicebkmbb
공식 URL https://chromewebstore.google.com/detail/mastercard-gold/mpiplkjednaomgemnhnhhhcmicebkmbb
설명 Mastercard Gold
파일 크기 268 KB
설치 횟수 79
현재 버전 3.4.1
최근 업데이트 2020-12-29
출시 날짜 2020-04-16
개발자 https://goldfordel.no
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://aterbaring.santanderconsumer.se/templatePages.jxp?mnemonicsType=POLICY
지원되는 언어 no
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mastercard Gold",
    "version": "3.4.1",
    "manifest_version": 2,
    "description": "Mastercard Gold",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTabs",
        "storage",
        "webNavigation",
        "https:\/\/*.com\/*",
        "https:\/\/*.se\/*",
        "https:\/\/*.no\/*",
        "https:\/\/*.dk\/*",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.com\/*",
                "https:\/\/*.se\/*",
                "https:\/\/*.no\/*",
                "https:\/\/*.dk\/*"
            ],
            "js": [
                "main.js"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "*.css"
    ],
    "browser_action": {
        "default_icon": {
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "100": "images\/icon100.png",
            "128": "images\/icon128.png",
            "256": "images\/icon128.png"
        },
        "default_title": "Mastercard Gold"
    }
}