Boost
Boost your productivity while working remotely.
Boostคืออะไร?
Boost เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Boost และคุณลักษณะหลักของมันคือ "Boost your productivity while working remotely."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Boost
ดาวน์โหลดไฟล์ส่วนขยาย Boost ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you looking to boost your productivity while working from home? If yes, Boost is for you. Boost is a free Google Chrome extension that helps you schedule short and effective breaks into your workday to increase your productivity and focus. We provide you with personalised content for every Boost, from our content library of mindfulness, yoga, inspirational, educational, exercise, and comedy videos. Taking regular breaks of just two minutes increases productivity by over 11% (University of Illinois, 2011). Add Boost to Chrome today to increase your productivity and improve your well-being. ---------------------------------------------------- By using this extension, you agree to the Boost Terms and Conditions available at https://www.boostextension.com/terms-and-conditions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Boost |
ID | bihdpfohhljmhnjklkpfldhiceagnaeh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/boost/bihdpfohhljmhnjklkpfldhiceagnaeh |
คำอธิบาย | Boost your productivity while working remotely. |
ขนาดไฟล์ | 2.56 MB |
จำนวนการติดตั้ง | 53 |
เวอร์ชันปัจจุบัน | 0.3.372 |
อัปเดตครั้งล่าสุด | 2020-05-06 |
วันที่เผยแพร่ | 2020-05-06 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Boost |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://boostextension.com |
URL หน้าช่วยเหลือ | https://boostextension.com/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://boostextension.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Boost", "short_name": "Boost", "author": "[email protected]", "version": "0.3.372", "description": "Boost your productivity while working remotely.", "manifest_version": 2, "browser_action": { "default_title": "Boost", "default_icon": "\/common\/img\/boost_enabled_browser_action_icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "notifications", "alarms", "contextMenus" ], "minimum_chrome_version": "55", "icons": { "16": "common\/img\/16.png", "48": "common\/img\/48.png", "128": "common\/img\/128.png" }, "background": { "scripts": [ "lib\/firebase-v7.14.1\/js\/firebase-app.js", "lib\/firebase-v7.14.1\/js\/firebase-firestore.js", "lib\/firebase-v7.14.1\/js\/firebase-auth.js", "lib\/firebase-v7.14.1\/js\/init-firebase.min.js", "common\/js\/background.min.js" ], "persistent": false }, "options_page": "scheduler.html", "homepage_url": "https:\/\/boostextension.com", "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com https:\/\/player.vimeo.com\/ https:\/\/use.fontawesome.com\/ https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com https:\/\/*.cloudflare.com\/; object-src 'self'" } |