Kiwiwallet Cashback Reminder

Never miss a cashback on your online shopping at your favourite retailers.

Kiwiwallet Cashback Reminder란 무엇입니까?

Kiwiwallet Cashback Reminder은(는) Kiwiwallet Limited에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Never miss a cashback on your online shopping at your favourite retailers."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Kiwiwallet Cashback Reminder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Download the Kiwiwallet Cashback Reminder to access the best cashback deals from over 500+ brands.

The Kiwiwallet Cashback Reminder is your ultimate shopping companion. Once downloaded, it will alert you every time there is an opportunity for you to earn cashback.  

It’s so easy and simple. 
When the Cashback Reminder appears for a retailer, click “Activate now” button to track your online shopping and let the savings roll in.                    

확장 프로그램 기본 정보

이름 Kiwiwallet Cashback Reminder Kiwiwallet Cashback Reminder
ID eblnhjogpjjonjajjapcgomfdaekhalj
공식 URL https://chromewebstore.google.com/detail/kiwiwallet-cashback-remin/eblnhjogpjjonjajjapcgomfdaekhalj
설명 Never miss a cashback on your online shopping at your favourite retailers.
파일 크기 945 KB
설치 횟수 815
현재 버전 0.0.1
최근 업데이트 2022-04-12
출시 날짜 2022-04-11
평점 5.00/5 총 2 개의 평점
개발자 Kiwiwallet Limited
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.kiwiwallet.co.nz/
도움말 페이지 URL https://kiwiwallet.zendesk.com/hc/en-nz
개인정보 보호 정책 페이지 URL https://www.kiwiwallet.co.nz/PrivacyPolicy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Never miss a cashback on your online shopping at your favourite retailers.",
    "version": "0.0.1",
    "manifest_version": 3,
    "name": "Kiwiwallet Cashback Reminder",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content-all-sites.styles.css",
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "panel.html",
                "verify.html",
                "content.styles.css",
                "*.png",
                "*.svg",
                "*.gif"
            ],
            "matches": [
                ""
            ]
        }
    ]
}