SmartStudy: Scheduler & Time Management Tool

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

Cos'è SmartStudy: Scheduler & Time Management Tool?

SmartStudy: Scheduler & Time Management Tool è un'estensione di Chrome sviluppata da https://selfstarter-app.com, e la sua funzione principale è "Schedule study sessions automatically into your calendar using our science-backed study repetition method.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SmartStudy: Scheduler & Time Management Tool

Scarica i file di estensione SmartStudy: Scheduler & Time Management Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome SmartStudy: Scheduler & Time Management Tool SmartStudy: Scheduler & Time Management Tool
ID lmnimcmidplffkpliblodiplokiialch
URL Ufficiale https://chromewebstore.google.com/detail/smartstudy-scheduler-time/lmnimcmidplffkpliblodiplokiialch
Descrizione Schedule study sessions automatically into your calendar using our science-backed study repetition method.
Dimensione del File 1.68 MB
Conteggio Installazioni 55
Versione Corrente 1.0
Ultimo Aggiornamento 2023-02-17
Data di Pubblicazione 2023-02-17
Sviluppatore https://selfstarter-app.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.selfstarter-app.com/
URL della Pagina di Aiuto https://www.selfstarter-app.com/contact
Lingue Supportate 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"
    ]
}