Clubpoints Catcher

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

Clubpoints Catcher क्या है?

Clubpoints Catcher The Club द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clubpoints Catcher enhances your shopping experience with The Club by displaying relevant offers on your browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Clubpoints Catcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
}