SmartStudy: Scheduler & Time Management Tool

Schedule study sessions automatically into your calendar using our science-backed study repetition method.

Qu'est-ce que SmartStudy: Scheduler & Time Management Tool ?

SmartStudy: Scheduler & Time Management Tool est une extension Chrome développée par https://selfstarter-app.com, et sa fonction principale est "Schedule study sessions automatically into your calendar using our science-backed study repetition method.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SmartStudy: Scheduler & Time Management Tool

Téléchargez les fichiers d'extension SmartStudy: Scheduler & Time Management Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom SmartStudy: Scheduler & Time Management Tool SmartStudy: Scheduler & Time Management Tool
ID lmnimcmidplffkpliblodiplokiialch
URL Officiel https://chromewebstore.google.com/detail/smartstudy-scheduler-time/lmnimcmidplffkpliblodiplokiialch
Description Schedule study sessions automatically into your calendar using our science-backed study repetition method.
Taille du Fichier 1.68 MB
Nombre d'Installations 55
Version Actuelle 1.0
Dernière Mise à Jour 2023-02-17
Date de Publication 2023-02-17
Développeur https://selfstarter-app.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.selfstarter-app.com/
URL de la Page d'Aide https://www.selfstarter-app.com/contact
Langues Prises en Charge 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"
    ]
}