Boost Your Super
Boost your super for free each time you shop online
Boost Your Superとは何ですか?
Boost Your Superはhttps://boostyoursuper.com.auによって開発されたChromeの拡張機能で、その主な機能は「Boost your super for free each time you shop online」です。
拡張機能のスクリーンショット
Boost Your Super拡張機能のCRXファイルをダウンロード
Boost Your Super拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | inhjlkjhjnghocpkokpgplknanapgeam |
| 公式URL | https://chromewebstore.google.com/detail/boost-your-super/inhjlkjhjnghocpkokpgplknanapgeam |
| 説明 | Boost your super for free each time you shop online |
| ファイルサイズ | 899 KB |
| インストール数 | 620 |
| 現在のバージョン | 0.4.5 |
| 最終更新日 | 2022-06-21 |
| 公開日 | 2020-05-28 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | https://boostyoursuper.com.au |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://boostyoursuper.com.au/ |
| ヘルプページのURL | https://boostyoursuper.com.au/ |
| プライバシーポリシーページのURL | https://boostyoursuper.com.au/privacy-policy |
| 対応言語 | 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\/*"
]
} | |