Raiz Rewards Browser Extension

Install the Raiz browser extension to be reminded of the great rewards you can earn when shopping using Raiz Rewards

Τι είναι το Raiz Rewards Browser Extension;

Το Raiz Rewards Browser Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://raizinvest.com.au, και η κύρια λειτουργία του είναι "Install the Raiz browser extension to be reminded of the great rewards you can earn when shopping using Raiz Rewards".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Raiz Rewards Browser Extension

Λήψη αρχείων επέκτασης Raiz Rewards Browser Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Download the Raiz Rewards browser extension to automatically notify you of our partners that you can earn cash rewards invested back into your active Raiz Invest account with. Don't miss out on rewards from hundreds of stores that will contribute to investing small amounts regularly and help you save.

The extension will let you know on a search results page if any of those stores are a Raiz Rewards partner and the reward amount you can earn with them. Once on the partner’s site you will be prompted to activate the rewards by logging in to your Raiz account. Then all you have to do is click the partner’s “SHOP ONLINE HERE” button and start shopping.

Never miss out on rewards again! Download the extension now and start saving.

The Raiz app is operated by RAIZ Invest Australia Limited – Authorised Representative of AFSL 434776. The Raiz Invest Australia product will be issued in Australia by Instreet Investments Limited (ACN 128 813 016 AFSL 434776) and promoted by RAIZ Invest Australia Limited (ACN 604 402 815). A Product Disclosure Statement for this product is available on the Raiz website or App. A person should read and consider the Product Disclosure Statement in deciding whether or not to acquire and continue to hold interests in the product. The risks of investing in this product will be fully set out in the Product Disclosure Statement, and include the risks that would ordinarily apply to investing.
"Raiz Invest" is a registered trademarks of RAIZ Invest Australia Limited.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Raiz Rewards Browser Extension Raiz Rewards Browser Extension
ID hfoohecgdcecmkpphocgddlpchnfcbpk
Επίσημο URL https://chromewebstore.google.com/detail/raiz-rewards-browser-exte/hfoohecgdcecmkpphocgddlpchnfcbpk
Περιγραφή Install the Raiz browser extension to be reminded of the great rewards you can earn when shopping using Raiz Rewards
Μέγεθος Αρχείου 78.05 KB
Αριθμός Εγκαταστάσεων 7,357
Τρέχουσα Έκδοση 1.0.6
Τελευταία Ενημέρωση 2022-11-03
Ημερομηνία Δημοσίευσης 2021-08-23
Αξιολόγηση 4.79/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής https://raizinvest.com.au
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://raizinvest.com.au
Διεύθυνση URL της Σελίδας Βοήθειας https://raizinvest.com.au/support
URL της Σελίδας Πολιτικής Απορρήτου https://raizinvest.com.au/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Raiz Rewards Browser Extension",
    "short_name": "Raiz Rewards",
    "version": "1.0.6",
    "description": "Install the Raiz browser extension to be reminded of the great rewards you can earn when shopping using Raiz Rewards",
    "homepage_url": "https:\/\/raizinvest.com.au\/",
    "author": "Raiz Australia",
    "manifest_version": 2,
    "icons": {
        "48": ".\/icons\/raizLogoMini.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/libs\/jquery-3.5.1.min.js",
                ".\/content\/common.js",
                ".\/content\/matchedDomain.js",
                ".\/content\/popup.js",
                ".\/content\/detectRaiz.js",
                ".\/content\/searchResults.js"
            ],
            "css": [
                ".\/content\/styles.css",
                ".\/content\/searchStyles.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            ".\/libs\/jquery-3.5.1.min.js",
            ".\/background\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "browser_action": {
        "default_icon": {
            "48": ".\/icons\/raizLogoMini.png"
        },
        "default_title": "Raiz Rewards"
    }
}