True Potential Rewards

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

Cos'è True Potential Rewards?

True Potential Rewards è un'estensione di Chrome sviluppata da TopBenefitSchemes, e la sua funzione principale è "When shopping online, the True Potential notifier alerts clients when on a website that offers True Potential Rewards.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione True Potential Rewards

Scarica i file di estensione True Potential Rewards in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome True Potential Rewards True Potential Rewards
ID iihoceiihjhochggeoijlkopjoniajmj
URL Ufficiale https://chromewebstore.google.com/detail/true-potential-rewards/iihoceiihjhochggeoijlkopjoniajmj
Descrizione When shopping online, the True Potential notifier alerts clients when on a website that offers True Potential Rewards.
Dimensione del File 70.86 KB
Conteggio Installazioni 1,246
Versione Corrente 1.2.0
Ultimo Aggiornamento 2024-02-12
Data di Pubblicazione 2022-07-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore TopBenefitSchemes
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.truepotential.co.uk/myaccount/rewards
URL della Pagina di Aiuto https://www.truepotential.co.uk/myaccount/
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}