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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TopBenefitSchemes, και η κύρια λειτουργία του είναι "When shopping online, the True Potential notifier alerts clients when on a website that offers True Potential Rewards.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης True Potential Rewards

Λήψη αρχείων επέκτασης 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": [
                ""
            ]
        }
    ]
}