Boost Your Super
Boost your super for free each time you shop online
What is Boost Your Super?
Boost Your Super is a Chrome extension developed by https://boostyoursuper.com.au, and its main feature is "Boost your super for free each time you shop online".
Extension Screenshots
Download Boost Your Super Extension CRX File
Download Boost Your Super extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Boost Your Super Notifier lets you know when you visit a site if you can earn free superannuation by shopping there. It alerts you if the site is partnered with Boost Your Super and if you make a purchase Boost Your Super will earn a cashback commission and share it to your superannuation retirement account. It makes it easy so you don't miss out on free super. You can activate the free super with a click.
Extension Basic Information
Name | Boost Your Super |
ID | inhjlkjhjnghocpkokpgplknanapgeam |
Official URL | https://chromewebstore.google.com/detail/boost-your-super/inhjlkjhjnghocpkokpgplknanapgeam |
Description | Boost your super for free each time you shop online |
File Size | 899 KB |
Installation Count | 620 |
Current Version | 0.4.5 |
Last Updated | 2022-06-21 |
Publish Date | 2020-05-28 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://boostyoursuper.com.au |
[email protected] | |
Payment Type | free |
Extension Website | https://boostyoursuper.com.au/ |
Help Page URL | https://boostyoursuper.com.au/ |
Privacy Policy Page URL | https://boostyoursuper.com.au/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "assets\/js\/jquery-2.1.4.min.js", "background.js" ] }, "browser_action": { "default_icon": "assets\/images\/bys.png", "default_popup": "popup.html", "default_title": "Boost Your Super Notifier" }, "content_scripts": [ { "all_frames": false, "css": [ "assets\/css\/custom.css", "assets\/css\/font-awesome.min.css" ], "js": [ "assets\/js\/jquery-2.1.4.min.js", "assets\/js\/materialize.min.js", "bys_cs.js" ], "match_about_blank": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Boost your super for free each time you shop online", "icons": { "16": "assets\/images\/bys_16.png", "48": "assets\/images\/bys_48.png", "128": "assets\/images\/bys_128.png" }, "manifest_version": 2, "name": "Boost Your Super", "permissions": [ "tabs", "activeTab", "storage", "https:\/\/boostyoursuper.com.au\/*", "https:\/\/apiv3-boostyoursuper.com.au\/*", "https:\/\/staging.boostyoursuper.com.au\/*", "https:\/\/staging-apiv3.boostyoursuper.com.au\/*", "https:\/\/assets.boostyoursuper.com.au\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.4.5", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'", "web_accessible_resources": [ "assets\/images\/*.png", "assets\/css\/custom.css", "assets\/js\/materialize.min.js", "assets\/js\/jquery-2.1.4.min.js", "assets\/css\/fonts\/*" ] } |