Clubpoints Catcher

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

什麼是Clubpoints Catcher?

Clubpoints Catcher是由The Club開發的Chrome擴展程式,該擴展的主要功能是“Clubpoints Catcher enhances your shopping experience with The Club by displaying relevant offers on your browser.”。

擴展截圖

screenshot
screenshot
screenshot

下載Clubpoints Catcher擴展crx文件

下載Clubpoints Catcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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).                    

擴展基本資訊

名稱 Clubpoints Catcher Clubpoints Catcher
ID echhmhpkieohhjdnjhkkdhofgnfndmbe
官方網址 https://chromewebstore.google.com/detail/clubpoints-catcher/echhmhpkieohhjdnjhkkdhofgnfndmbe
簡介 Clubpoints Catcher enhances your shopping experience with The Club by displaying relevant offers on your browser.
檔案大小 312 KB
安裝次數 2,934
目前版本 1.9
更新時間 2023-02-20
上架時間 2021-12-06
評分 4.11/5 共 9 次評分
開發者 The Club
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.theclub.com.hk/
說明頁面URL https://www.theclub.com.hk/en/terms-and-conditions.html
隱私政策頁面URL 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
支援的語言 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"
}