Clubpoints Catcher

Clubpoints Catcher enhances your shopping experience with The Club by displaying relevant offers on your browser.

Clubpoints Catcher là gì?

Clubpoints Catcher là một tiện ích mở rộng Chrome được phát triển bởi The Club, và tính năng chính của nó là "Clubpoints Catcher enhances your shopping experience with The Club by displaying relevant offers on your browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Clubpoints Catcher

Tải xuống các tệp mở rộng Clubpoints Catcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Earning Clubpoints has never been easier! We want to make sure you are rewarded by various of our 130+ partners every time you shop online. So act NOW by downloading and enabling Clubpoints Catcher! 

Step 1 
Add Clubpoints Catcher and pin it to your browser. 

Step 2 
You will be notified for Clubpoints earning whenever you shop online at our selected partners 

Step 3 
Just click "Activate Offer", and we'll credit Clubpoints to your account at The Club after you complete the transaction. It's never been so easy! 

By installing Clubpoints Catcher you agree to The Club Browser Extension  Privacy Notice (refer to The Club Browser Extension Privacy Notice) , the Terms and Conditions (https://www.theclub.com.hk/en/terms-and-conditions.html) and Privacy Policy of The Club (https://www.theclub.com.hk/content/dam/theclub-spa-react/en/others/the_club_browser_extension_privacy_notice_and_tcen20211025v4_glocomment_on_20211103_v3.pdf).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Clubpoints Catcher Clubpoints Catcher
ID echhmhpkieohhjdnjhkkdhofgnfndmbe
URL Chính Thức https://chromewebstore.google.com/detail/clubpoints-catcher/echhmhpkieohhjdnjhkkdhofgnfndmbe
Mô tả Clubpoints Catcher enhances your shopping experience with The Club by displaying relevant offers on your browser.
Kích Thước Tệp 312 KB
Số Lần Cài Đặt 2,934
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2023-02-20
Ngày Phát Hành 2021-12-06
Đánh Giá 4.11/5 Tổng số 9 Đánh Giá
Nhà Phát Triển The Club
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.theclub.com.hk/
URL Trang Trợ Giúp https://www.theclub.com.hk/en/terms-and-conditions.html
URL Trang Chính Sách Bảo Mật https://www.theclub.com.hk/content/dam/theclub-spa-react/en/others/the_club_browser_extension_privacy_notice_and_tcen20211025v4_glocomment_on_20211103_v3.pdf
Ngôn Ngữ Được Hỗ Trợ en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.9",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "128": "img\/P.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "img\/p_gray.png",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*authorization-in-progress.html*",
                "https:\/\/*\/*authorization-in-progress.html*"
            ],
            "js": [
                "js\/authed.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*.*",
                "*.png",
                "*.svg",
                "*.css",
                "*.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "author": "[email protected]",
    "homepage_url": "https:\/\/www.theclub.com.hk"
}