True Potential Rewards

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

O que é True Potential Rewards?

True Potential Rewards é uma extensão do Chrome desenvolvida por TopBenefitSchemes, e sua principal característica é "When shopping online, the True Potential notifier alerts clients when on a website that offers True Potential Rewards.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão True Potential Rewards

Baixe arquivos de extensão True Potential Rewards no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome True Potential Rewards True Potential Rewards
ID iihoceiihjhochggeoijlkopjoniajmj
URL Oficial https://chromewebstore.google.com/detail/true-potential-rewards/iihoceiihjhochggeoijlkopjoniajmj
Descrição When shopping online, the True Potential notifier alerts clients when on a website that offers True Potential Rewards.
Tamanho do Arquivo 70.86 KB
Contagem de Instalações 1,246
Versão Atual 1.2.0
Última Atualização 2024-02-12
Data de Publicação 2022-07-13
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor TopBenefitSchemes
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.truepotential.co.uk/myaccount/rewards
URL da Página de Ajuda https://www.truepotential.co.uk/myaccount/
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}