True Potential Rewards

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

Wat is True Potential Rewards?

True Potential Rewards is een Chrome-extensie ontwikkeld door TopBenefitSchemes, en de belangrijkste functie is "When shopping online, the True Potential notifier alerts clients when on a website that offers True Potential Rewards.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie True Potential Rewards

Download True Potential Rewards-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam True Potential Rewards True Potential Rewards
ID iihoceiihjhochggeoijlkopjoniajmj
Officiële URL https://chromewebstore.google.com/detail/true-potential-rewards/iihoceiihjhochggeoijlkopjoniajmj
Beschrijving When shopping online, the True Potential notifier alerts clients when on a website that offers True Potential Rewards.
Bestandsgrootte 70.86 KB
Aantal Installaties 1,246
Huidige Versie 1.2.0
Laatst Bijgewerkt 2024-02-12
Publicatiedatum 2022-07-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar TopBenefitSchemes
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.truepotential.co.uk/myaccount/rewards
Help Pagina-URL https://www.truepotential.co.uk/myaccount/
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}