SmartStudy: Scheduler & Time Management Tool
Schedule study sessions automatically into your calendar using our science-backed study repetition method.
¿Qué es SmartStudy: Scheduler & Time Management Tool?
SmartStudy: Scheduler & Time Management Tool es una extensión de Chrome desarrollada por https://selfstarter-app.com, y su función principal es "Schedule study sessions automatically into your calendar using our science-backed study repetition method.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SmartStudy: Scheduler & Time Management Tool
Descarga archivos de extensión SmartStudy: Scheduler & Time Management Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | SmartStudy: Scheduler & Time Management Tool |
ID | lmnimcmidplffkpliblodiplokiialch |
URL Oficial | https://chromewebstore.google.com/detail/smartstudy-scheduler-time/lmnimcmidplffkpliblodiplokiialch |
Descripción | Schedule study sessions automatically into your calendar using our science-backed study repetition method. |
Tamaño del Archivo | 1.68 MB |
Cantidad de Instalaciones | 55 |
Versión Actual | 1.0 |
Última Actualización | 2023-02-17 |
Fecha de Publicación | 2023-02-17 |
Desarrollador | https://selfstarter-app.com |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | https://www.selfstarter-app.com/ |
URL de la Página de Ayuda | https://www.selfstarter-app.com/contact |
Idiomas Soportados | 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" ] } |