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
Eメール [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": [
                ""
            ]
        }
    ]
}