Grow My Money

Turn shopping cashback into mortgage or super savings. We help you build a better retirement and ease the cost of living.

Τι είναι το Grow My Money;

Το Grow My Money είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://growmymoney.com.au, και η κύρια λειτουργία του είναι "Turn shopping cashback into mortgage or super savings. We help you build a better retirement and ease the cost of living.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Grow My Money

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

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

                        Get informed, get rewarded
Our FREE browser extension reminds you which retailers offer cashback into your mortgage or superannuation.
About Grow My Money
The Grow My Money site and app offers up to 15% cashback on groceries, clothing, travel, tech and many more, which empowers everyday Australians to achieve financial well-being faster. Grow My Money is a platform allowing users to pay down their mortgage or grow their superannuation through online and in-store shopping. With a vast range of stores to choose from, including Apple, The Good Guys, BigW, Myer, Expedia, Petstock, THE ICONIC, and many more, it's never been easier to pay down your mortgage or grow your super. Formerly Super-Rewards, Grow My Money pays into any mortgage, offset or superannuation account in Australia, including self-managed super funds. The platform is free to join, and it partners with financial institutions and super funds.
Installation is quick and secure
Visit your retailer's website as you normally would; if they have an offer with Grow My Money, you'll receive a prompt to activate the offer and earn cashback. Or, use the extension pop-up to search for participating retailers. The extension will redirect you to that website, activate the offer and purchase normally. Type the item you're looking for in your browser. Any Grow My Money retailers will be highlighted in the search results, showing you how much cashback you can earn. Click the highlighted link to shop, and your cashback rewards will automatically apply to your purchases.
To get started, simply follow these four simple steps:
Join for free: Sign up to Grow My Money to earn cashback. It's free to join and takes one minute.
Download the browser extension: Install the Grow My Money cashback extension to your Chrome or Safari desktop or tablet.
Pin to your favourites toolbar: Save the Grow My Money cashback browser extension by clicking the puzzle icon next to your profile avatar, then click the pushpin icon so the icon turns blue.
Search in your browser: Search as usual in your browser for your favourite brands and click on those marked with a Grow My Money link.
By using this extension, you agree to the Grow My Money terms & conditions:
Terms & Conditions: https://growmymoney.com.au/terms-conditions
Financial Services Guide: https://growmymoney.com.au/financial-services-guide
Privacy Policy: https://growmymoney.com/privacy-policy                    

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

Όνομα Grow My Money Grow My Money
ID elphonpckhaodlkkgagbfogehnnpkell
Επίσημο URL https://chromewebstore.google.com/detail/grow-my-money/elphonpckhaodlkkgagbfogehnnpkell
Περιγραφή Turn shopping cashback into mortgage or super savings. We help you build a better retirement and ease the cost of living.
Μέγεθος Αρχείου 157 KB
Αριθμός Εγκαταστάσεων 1,404
Τρέχουσα Έκδοση 3.0.3
Τελευταία Ενημέρωση 2023-12-21
Ημερομηνία Δημοσίευσης 2020-08-26
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://growmymoney.com.au
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://growmymoney.com.au/browser-extension/
Διεύθυνση URL της Σελίδας Βοήθειας https://growmymoney.com.au/contact/
URL της Σελίδας Πολιτικής Απορρήτου https://growmymoney.com.au/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grow My Money",
    "description": "Turn shopping cashback into mortgage or super savings. We help you build a better retirement and ease the cost of living.",
    "version": "3.0.3",
    "manifest_version": 3,
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "background"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "http:\/\/*.google.com\/search*",
                "http:\/\/*.google.com.au\/search*",
                "https:\/\/*.google.com\/search*",
                "https:\/\/*.google.com.au\/search*",
                "http:\/\/*.bing.com\/search*",
                "https:\/\/*.bing.com\/search*",
                "http:\/\/*.bing.com.au\/search*",
                "https:\/\/*.bing.com.au\/search*",
                "http:\/\/*.duckduckgo.com\/*",
                "https:\/\/*.duckduckgo.com\/*",
                "http:\/\/*.duckduckgo.com.au\/*",
                "https:\/\/*.duckduckgo.com.au\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        },
        {
            "matches": [
                "http:\/\/*.google.com\/search*",
                "http:\/\/*.google.com.au\/search*",
                "https:\/\/*.google.com\/search*",
                "https:\/\/*.google.com.au\/search*",
                "http:\/\/*.bing.com\/search*",
                "https:\/\/*.bing.com\/search*",
                "http:\/\/*.bing.com.au\/search*",
                "https:\/\/*.bing.com.au\/search*",
                "http:\/\/*.duckduckgo.com\/*",
                "https:\/\/*.duckduckgo.com\/*",
                "http:\/\/*.duckduckgo.com.au\/*",
                "https:\/\/*.duckduckgo.com.au\/*"
            ],
            "js": [
                "searchEngineContent.js"
            ]
        },
        {
            "matches": [
                "http:\/\/localhost:8000\/*"
            ],
            "css": [
                "css\/override-banner.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "http:\/\/*.google.com\/search*",
                "http:\/\/*.google.com.au\/search*",
                "https:\/\/*.google.com\/search*",
                "https:\/\/*.google.com.au\/search*",
                "http:\/\/*.bing.com\/search*",
                "https:\/\/*.bing.com\/search*",
                "http:\/\/*.bing.com.au\/search*",
                "https:\/\/*.bing.com.au\/search*",
                "http:\/\/*.duckduckgo.com\/*",
                "https:\/\/*.duckduckgo.com\/*",
                "http:\/\/*.duckduckgo.com.au\/*",
                "https:\/\/*.duckduckgo.com.au\/*"
            ],
            "resources": [
                "images\/loading.svg",
                "images\/closeBtn.svg",
                "images\/white-logo-small.webp",
                "css\/content.css"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "http:\/\/*.google.com\/*",
                "http:\/\/*.google.com.au\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/*.google.com.au\/*",
                "http:\/\/*.bing.com\/*",
                "https:\/\/*.bing.com\/*",
                "http:\/\/*.bing.com.au\/*",
                "https:\/\/*.bing.com.au\/*",
                "http:\/\/*.duckduckgo.com\/*",
                "https:\/\/*.duckduckgo.com\/*",
                "http:\/\/*.duckduckgo.com.au\/*",
                "https:\/\/*.duckduckgo.com.au\/*"
            ],
            "resources": [
                "images\/icon-64.png"
            ],
            "use_dynamic_url": true
        }
    ],
    "action": {
        "default_title": "Grow My Money",
        "default_popup": "popup.html",
        "default_icons": {
            "48": "images\/icon-48.png",
            "64": "images\/icon-64.png",
            "96": "images\/icon-96.png",
            "128": "images\/icon-128.png",
            "256": "images\/icon-256.png",
            "512": "images\/icon-512.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/api.growmymoney.com.au\/*"
    ]
}