SmartStudy: Scheduler & Time Management Tool
Schedule study sessions automatically into your calendar using our science-backed study repetition method.
Was ist SmartStudy: Scheduler & Time Management Tool?
SmartStudy: Scheduler & Time Management Tool ist eine Chrome-Erweiterung, die von https://selfstarter-app.com entwickelt wurde, und ihr Hauptmerkmal ist "Schedule study sessions automatically into your calendar using our science-backed study repetition method.".
Erweiterungsscreenshots
SmartStudy: Scheduler & Time Management Tool-Erweiterungs-CRX-Datei herunterladen
Laden Sie SmartStudy: Scheduler & Time Management Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | SmartStudy: Scheduler & Time Management Tool |
ID | lmnimcmidplffkpliblodiplokiialch |
Offizielle URL | https://chromewebstore.google.com/detail/smartstudy-scheduler-time/lmnimcmidplffkpliblodiplokiialch |
Beschreibung | Schedule study sessions automatically into your calendar using our science-backed study repetition method. |
Dateigröße | 1.68 MB |
Installationsanzahl | 55 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-02-17 |
Veröffentlichungsdatum | 2023-02-17 |
Entwickler | https://selfstarter-app.com |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://www.selfstarter-app.com/ |
Hilfeseite URL | https://www.selfstarter-app.com/contact |
Unterstützte Sprachen | 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" ] } |