Synchro: Productivity Manager for Students

Synchro is a simple and intuitive task tracker built specifically for students to stay productive and organized.

Synchro: Productivity Manager for Studentsคืออะไร?

Synchro: Productivity Manager for Students เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ranashreyas และคุณลักษณะหลักของมันคือ "Synchro is a simple and intuitive task tracker built specifically for students to stay productive and organized."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Synchro: Productivity Manager for Students

ดาวน์โหลดไฟล์ส่วนขยาย Synchro: Productivity Manager for Students ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Whether it be homework, projects, extra curricular activities or personal chores, use Synchro to manage all your tasks to maximize productivity and organization. Synchro uses a simple drag and drop system to make it very easy to get started organizing.

Some of these features include tasks changing color (green > yellow > red) based on how close they are to the deadline. It will also send notifications when tasks approach their due date. The last feature is Canvas Integration, a feature never seen before, and why it is so specifically tailored towards students. Synchro will automatically insert assignments from all your canvas courses into Synchro, with no effort from the user. These tasks act like any other; they change colors and they send notifications, so you never forget any assignment. All these features can be customized in the settings tab.

Synchro is safe, and does not store any personally identifiable  information.

v2.3: New method to grab your assignments from your Canvas. Now it works uiversally with all schools.

v2.2: Cleaned up the UI, and added a backend database

v2.1: Introducing a new feature: Editing! Right click on a task to open editing and click enter our out of the box to save your edits. Simple!
 - Bug fixes with notifications and special characters like "&"

v2.0: Emergency Update: Only for the first time using opening Synchro, users will have to insert their Canvas domain, so that Synchro can collect assignments from the correct source. This new field is in the settings tab.

v1.9: Synchro's newest revolutionary feature: Canvas integration. Given user permission, Synchro can now take all events up to 10 days in advanvece from Canvas's calendar and insert them directly into Synchro. Update to notifications.

v1.8: Updated to using official Chrome notifications.

v1.7: Added Notifications! Synchro will notify you as your task due date reaches almost halfway (from green to yellow), when it is close to the deadline (yellow to red), and when it is due.

v1.6: Tasks change color based on the approaching due date

v1.5: Now adding new tasks to the top of Todo instead of at the bottom.

v1.4: Task now displays only the due date. Internal database structure updated to be more versatile for future updates.

v1.3: Based on recent feedback, the UI is now visibly smaller and more compact.

v1.2: Our newest feature includes a due date: crucial for all students tracking their assignments and assessments. The tasks are then color coded based on the due date to show a clear visual representation of your progress.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Synchro: Productivity Manager for Students Synchro: Productivity Manager for Students
ID gcfbppmhmopmakhclakgnlpobjedkjhe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/synchro-productivity-mana/gcfbppmhmopmakhclakgnlpobjedkjhe
คำอธิบาย Synchro is a simple and intuitive task tracker built specifically for students to stay productive and organized.
ขนาดไฟล์ 276 KB
จำนวนการติดตั้ง 587
เวอร์ชันปัจจุบัน 2.3
อัปเดตครั้งล่าสุด 2022-11-01
วันที่เผยแพร่ 2020-09-13
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา ranashreyas
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ranashreyas.github.io/AppSites/Synchro.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Synchro: Productivity Manager for Students",
    "version": "2.3",
    "description": "Synchro is a simple and intuitive task tracker built specifically for students to stay productive and organized.",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "synchro.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "https:\/\/*.com\/",
        "https:\/\/*.edu\/"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.gstatic.com https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}