SmartStudy: Scheduler & Time Management Tool
Schedule study sessions automatically into your calendar using our science-backed study repetition method.
SmartStudy: Scheduler & Time Management Tool란 무엇입니까?
SmartStudy: Scheduler & Time Management Tool은(는) https://selfstarter-app.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Schedule study sessions automatically into your calendar using our science-backed study repetition method."입니다.
확장 프로그램 스크린샷
SmartStudy: Scheduler & Time Management Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Generates custom study sessions using spaced repetition into google calendar. Sessions are based on your preferences and scheduled around your weekly routine. Just make sure to keep google calendar up to date with any commitments, so we can create your perfect schedule around them. Study smarter, not harder - our algorithm leverages science-backed research proven to reduce studying 49% and increase memory 8.5X. Let us do the study planning for you – by using Smart Study, you’re guaranteed to increase learning retention and decrease inefficient studying. Our company mission is to help you learn more in less time. So you can get back to doing more of what you love outside the classroom! Start increasing your productivity today! Get started for free!
확장 프로그램 기본 정보
이름 | SmartStudy: Scheduler & Time Management Tool |
ID | lmnimcmidplffkpliblodiplokiialch |
공식 URL | https://chromewebstore.google.com/detail/smartstudy-scheduler-time/lmnimcmidplffkpliblodiplokiialch |
설명 | Schedule study sessions automatically into your calendar using our science-backed study repetition method. |
파일 크기 | 1.68 MB |
설치 횟수 | 55 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-02-17 |
출시 날짜 | 2023-02-17 |
개발자 | https://selfstarter-app.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.selfstarter-app.com/ |
도움말 페이지 URL | https://www.selfstarter-app.com/contact |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SmartStudy: Scheduler & Time Management Tool", "manifest_version": 3, "description": "Schedule study sessions automatically into your calendar using our science-backed study repetition method.", "version": "1.0", "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "selfstarter-logo.png", "48": "selfstarter-logo.png", "128": "selfstarter-logo.png" }, "oauth2": { "client_id": "472575395416-6onslj4sdv50ktf3k4p0e1oeregdmiuo.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile", "https:\/\/www.googleapis.com\/auth\/calendar" ] }, "background": { "service_worker": "serviceWorker\/background.js", "type": "module" }, "permissions": [ "identity" ] } |