True Potential Rewards

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

Apa itu True Potential Rewards?

True Potential Rewards adalah ekstensi Chrome yang dikembangkan oleh TopBenefitSchemes, dan fitur utamanya adalah "When shopping online, the True Potential notifier alerts clients when on a website that offers True Potential Rewards.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi True Potential Rewards

Unduh file ekstensi True Potential Rewards dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama True Potential Rewards True Potential Rewards
ID iihoceiihjhochggeoijlkopjoniajmj
URL Resmi https://chromewebstore.google.com/detail/true-potential-rewards/iihoceiihjhochggeoijlkopjoniajmj
Deskripsi When shopping online, the True Potential notifier alerts clients when on a website that offers True Potential Rewards.
Ukuran File 70.86 KB
Jumlah Instalasi 1,246
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2024-02-12
Tanggal Publikasi 2022-07-13
Penilaian 5.00/5 Total 1 Penilaian
Pengembang TopBenefitSchemes
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.truepotential.co.uk/myaccount/rewards
URL Halaman Bantuan https://www.truepotential.co.uk/myaccount/
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}