Clubpoints Catcher
Clubpoints Catcher enhances your shopping experience with The Club by displaying relevant offers on your browser.
Qu'est-ce que Clubpoints Catcher ?
Clubpoints Catcher est une extension Chrome développée par The Club, et sa fonction principale est "Clubpoints Catcher enhances your shopping experience with The Club by displaying relevant offers on your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clubpoints Catcher
Téléchargez les fichiers d'extension Clubpoints Catcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | Clubpoints Catcher |
ID | echhmhpkieohhjdnjhkkdhofgnfndmbe |
URL Officiel | https://chromewebstore.google.com/detail/clubpoints-catcher/echhmhpkieohhjdnjhkkdhofgnfndmbe |
Description | Clubpoints Catcher enhances your shopping experience with The Club by displaying relevant offers on your browser. |
Taille du Fichier | 312 KB |
Nombre d'Installations | 2,934 |
Version Actuelle | 1.9 |
Dernière Mise à Jour | 2023-02-20 |
Date de Publication | 2021-12-06 |
Évaluation | 4.11/5 Total 9 Évaluations |
Développeur | The Club |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.theclub.com.hk/ |
URL de la Page d'Aide | https://www.theclub.com.hk/en/terms-and-conditions.html |
URL de la Page de Politique de Confidentialité | 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 |
Langues Prises en Charge | 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" } |