True Potential Rewards

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

什么是True Potential Rewards?

True Potential Rewards是由TopBenefitSchemes开发的Chrome扩展程序,该扩展的主要功能是“When shopping online, the True Potential notifier alerts clients when on a website that offers True Potential Rewards.”。

扩展截图

screenshot
screenshot

下载True Potential Rewards扩展crx文件

下载True Potential Rewards扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 True Potential Rewards True Potential Rewards
ID iihoceiihjhochggeoijlkopjoniajmj
官方URL https://chromewebstore.google.com/detail/true-potential-rewards/iihoceiihjhochggeoijlkopjoniajmj
简介 When shopping online, the True Potential notifier alerts clients when on a website that offers True Potential Rewards.
文件大小 70.86 KB
安装次数 1,246
当前版本 1.2.0
更新时间 2024-02-12
上架时间 2022-07-13
评分 5.00/5 共1次评分
开发者 TopBenefitSchemes
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.truepotential.co.uk/myaccount/rewards
帮助页面URL https://www.truepotential.co.uk/myaccount/
支持的语言 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": [
                ""
            ]
        }
    ]
}