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.”。

擴展截圖

screenshot
screenshot
screenshot

下載SmartStudy: Scheduler & Time Management Tool擴展crx文件

下載SmartStudy: Scheduler & Time Management Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 SmartStudy: Scheduler & Time Management Tool
ID lmnimcmidplffkpliblodiplokiialch
官方網址 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"
    ]
}