True Potential Rewards

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

Was ist True Potential Rewards?

True Potential Rewards ist eine Chrome-Erweiterung, die von TopBenefitSchemes entwickelt wurde, und ihr Hauptmerkmal ist "When shopping online, the True Potential notifier alerts clients when on a website that offers True Potential Rewards.".

Erweiterungsscreenshots

screenshot
screenshot

True Potential Rewards-Erweiterungs-CRX-Datei herunterladen

Laden Sie True Potential Rewards-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name True Potential Rewards True Potential Rewards
ID iihoceiihjhochggeoijlkopjoniajmj
Offizielle URL https://chromewebstore.google.com/detail/true-potential-rewards/iihoceiihjhochggeoijlkopjoniajmj
Beschreibung When shopping online, the True Potential notifier alerts clients when on a website that offers True Potential Rewards.
Dateigröße 70.86 KB
Installationsanzahl 1,246
Aktuelle Version 1.2.0
Letztes Update 2024-02-12
Veröffentlichungsdatum 2022-07-13
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler TopBenefitSchemes
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.truepotential.co.uk/myaccount/rewards
Hilfeseite URL https://www.truepotential.co.uk/myaccount/
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}