Grow My Money

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

¿Qué es Grow My Money?

Grow My Money es una extensión de Chrome desarrollada por https://growmymoney.com.au, y su función principal es "Turn shopping cashback into mortgage or super savings. We help you build a better retirement and ease the cost of living.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Grow My Money

Descarga archivos de extensión Grow My Money en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Grow My Money Grow My Money
ID elphonpckhaodlkkgagbfogehnnpkell
URL Oficial https://chromewebstore.google.com/detail/grow-my-money/elphonpckhaodlkkgagbfogehnnpkell
Descripción Turn shopping cashback into mortgage or super savings. We help you build a better retirement and ease the cost of living.
Tamaño del Archivo 157 KB
Cantidad de Instalaciones 1,404
Versión Actual 3.0.3
Última Actualización 2023-12-21
Fecha de Publicación 2020-08-26
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://growmymoney.com.au
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://growmymoney.com.au/browser-extension/
URL de la Página de Ayuda https://growmymoney.com.au/contact/
URL de la Página de Política de Privacidad https://growmymoney.com.au/privacy-policy
Idiomas Soportados 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\/*"
    ]
}