ergoActive desk health assistant
A chrome extension to promote good desk health by timed reminders and notifcaitons
ergoActive desk health assistant란 무엇입니까?
ergoActive desk health assistant은(는) twitviewextension1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension to promote good desk health by timed reminders and notifcaitons"입니다.
확장 프로그램 스크린샷
ergoActive desk health assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
**IF you are having lag when trying to edit the timers and trying to select them from the drop down it's an issue with google chrome itself here: https://bugs.chromium.org/p/chromium/issues/detail?id=971701. To fix this you can simply set timers on your laptops home screen and not an external monitor or alternatively just type in numbers as if they are working and press save and they will save. ** The human body is built to move. When sitting your entire body is compressed and unnatural stress gets placed on all areas which are not built to handle long periods of time sedentary. A Harvard health article claimed that sitting was the new smoking of our generation and long working sedentary hours have caused an epidemic in related illnesses. ergoActive was created to help solve this problem. Everyone gets lost in their work and time flys by. It can be very hard to manage regularly changing positions at your desk. But with the ergoActive extension this makes the problem easy to manage. ergoActive allows intervals to be set for desired times to go from sitting to standing, giving you reminders to change positions. Another feature is the active timer which runs after the sitting and standing cycle, this encourages getting up stretching or even taking a short walk around per round of sitting/standing. The water timer is another feature and is independent of the other timers it can be cycled to meet whatever your needs. The default cycle that works for me is 20 mins sitting, 15 standing, 3 minutes active as well as sipping water every 30 minutes but these are all fully customisable. To set up and use ergoActive follow these steps: 1. Download the app from the google chrome extension store. 2. Once downloaded click the icon in your chrome browser bar. If you are happy with the defaults press start and you are good to go. Follow on from step 4 for more features. 3.If you want to change the timers to suit your needs click the edit button. This will grey out all other buttons and pause any current timers. Number fields will appear under each timer and you can pick your desired time amount. Once all timers have been set click the save button and this will store these defaults so anytime you open chrome they will be the time that shows up as default. **ALSO IF you are having lag when trying to edit the timers and trying to select them from the drop down it's an issue with google chrome itself here: https://bugs.chromium.org/p/chromium/issues/detail?id=971701. To fix this you can simply set timers on your laptops home screen and not an external monitor or alternatively just type in numbers as if they are working and press save and they will save. ** 4.Once you press start, the timers will count down and will continue to count down even if minimised. If you want to check timers or use any of the other functions just click the icon again on the chrome browser bar and the popup will appear. 5. Every-time a timer elapses you will get a notification to change position or drink water sent using chrome notifications. 6.If you want to pause the timer you can pause it at the current time and do what you need to do. Click the icon in the chrome browser again and press start to pick up where you left off. 7. If you need to restart the timers to defaults you can select the reset button which will cause all current timers to reset to your specified defaults.
확장 프로그램 기본 정보
이름 | ergoActive desk health assistant |
ID | hojblecddbmjknoadlpiimahhnfmlmkh |
공식 URL | https://chromewebstore.google.com/detail/ergoactive-desk-health-as/hojblecddbmjknoadlpiimahhnfmlmkh |
설명 | A chrome extension to promote good desk health by timed reminders and notifcaitons |
파일 크기 | 38.38 KB |
설치 횟수 | 125 |
현재 버전 | 1.1 |
최근 업데이트 | 2020-06-28 |
출시 날짜 | 2020-06-28 |
평점 | 2.50/5 총 2 개의 평점 |
개발자 | twitviewextension1 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://twitter.com/ergoactive_ |
도움말 페이지 URL | https://twitter.com/ergoactive_ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ergoActive desk health assistant", "version": "1.1", "description": "A chrome extension to promote good desk health by timed reminders and notifcaitons", "icons": { "16": "images\/eactive16.png", "32": "images\/eactive32.png", "48": "images\/eactive48.png", "128": "images\/eactive128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "images\/eactive16.png", "default_popup": "popup.html", "default_title": "View ergoActive" }, "permissions": [ "storage", "notifications" ], "web_accessible_resources": [ "images\/*.png" ] } |