Boost
Boost your productivity while working remotely.
Boost란 무엇입니까?
Boost은(는) Boost에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Boost your productivity while working remotely."입니다.
확장 프로그램 스크린샷
Boost 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |