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은(는) https://growmymoney.com.au에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Grow My Money 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}