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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Schedule study sessions automatically into your calendar using our science-backed study repetition method."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SmartStudy: Scheduler & Time Management Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ID | lmnimcmidplffkpliblodiplokiialch |
आधिकारिक URL | 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" ] } |