Boost Your Super
Boost your super for free each time you shop online
Boost Your Superคืออะไร?
Boost Your Super เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://boostyoursuper.com.au และคุณลักษณะหลักของมันคือ "Boost your super for free each time you shop online"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Boost Your Super
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Boost Your Super |
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 |
อีเมล | [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\/*" ] } |