Boost Your Super
Boost your super for free each time you shop online
Cos'è Boost Your Super?
Boost Your Super è un'estensione di Chrome sviluppata da https://boostyoursuper.com.au, e la sua funzione principale è "Boost your super for free each time you shop online".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Boost Your Super
Scarica i file di estensione Boost Your Super in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Boost Your Super |
ID | inhjlkjhjnghocpkokpgplknanapgeam |
URL Ufficiale | https://chromewebstore.google.com/detail/boost-your-super/inhjlkjhjnghocpkokpgplknanapgeam |
Descrizione | Boost your super for free each time you shop online |
Dimensione del File | 899 KB |
Conteggio Installazioni | 620 |
Versione Corrente | 0.4.5 |
Ultimo Aggiornamento | 2022-06-21 |
Data di Pubblicazione | 2020-05-28 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://boostyoursuper.com.au |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://boostyoursuper.com.au/ |
URL della Pagina di Aiuto | https://boostyoursuper.com.au/ |
URL della Pagina della Politica sulla Privacy | https://boostyoursuper.com.au/privacy-policy |
Lingue Supportate | 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\/*" ] } |