True Potential Rewards

When shopping online, the True Potential notifier alerts clients when on a website that offers True Potential Rewards.

Qu'est-ce que True Potential Rewards ?

True Potential Rewards est une extension Chrome développée par TopBenefitSchemes, et sa fonction principale est "When shopping online, the True Potential notifier alerts clients when on a website that offers True Potential Rewards.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension True Potential Rewards

Téléchargez les fichiers d'extension True Potential Rewards 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

                        True Potential Rewards is an exclusive offering for clients, allowing them to earn cashback on their online spending.

With over 4,000 big brands available, the True Potential Rewards notifier will alert clients when on a website that offers True Potential Rewards with their current cashback deal.

The Notifier will redirect the user through their True Potential account to make sure their cashback is recorded and applied.

True Potential clients can move closer to their financial goals by automatically investing their cashback rewards as they spend or they can choose to withdraw their earnings straight into their bank account.                    

Informations de Base sur l'Extension

Nom True Potential Rewards True Potential Rewards
ID iihoceiihjhochggeoijlkopjoniajmj
URL Officiel https://chromewebstore.google.com/detail/true-potential-rewards/iihoceiihjhochggeoijlkopjoniajmj
Description When shopping online, the True Potential notifier alerts clients when on a website that offers True Potential Rewards.
Taille du Fichier 70.86 KB
Nombre d'Installations 1,246
Version Actuelle 1.2.0
Dernière Mise à Jour 2024-02-12
Date de Publication 2022-07-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur TopBenefitSchemes
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.truepotential.co.uk/myaccount/rewards
URL de la Page d'Aide https://www.truepotential.co.uk/myaccount/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.2.0",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/truepotential\/logo-16.png",
        "48": "images\/truepotential\/logo-48.png",
        "128": "images\/truepotential\/logo-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "scripting",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/templates\/*.mst",
                "scripts\/*.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}