Zoom Utils

Zoom Utils for Zoom University. Allows you to keep track of, notify, and launch your Zoom Classes.

Zoom Utilsคืออะไร?

Zoom Utils เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonathan Samuel และคุณลักษณะหลักของมันคือ "Zoom Utils for Zoom University. Allows you to keep track of, notify, and launch your Zoom Classes."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zoom Utils

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

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

                        This extension allows any student to enter their zoom meeting IDs to easily keep track of and launch their meetings, so no one has to waste anymore time digging through their inbox or Canvas/Blackboard for their Zoom meeting links. Zoom Utils can also send you notifications or even auto-join you at a set time!
 
Notable Features:
        One-Click Notifications and Reminders 
        Auto-Join feature to allow students to automatically join a zoom meeting at a set time
        WebPage Parser to find Zoom Links and automatically add it to Zoom Utils
        Password Support
        Copy Meeting Link to Clipboard
        Still has Drag and Drop organization and One-Click Launch functionality.

Coming soon: Google Meet Support!

Made with love(and javascript), by Jonathan Samuel and Amacel Web Development Team	
		Thanks, and gig 'em.

Change Log 
    Ver 2.2
        Open in web-client option
        Scheduling fix
        Ver 2.2.1
            Notifications Fix
    Ver 2.1
        Support Us Links :)
        Copy Meeting Link to Clipboard
    Ver 2.0
        Revamped Design
        Notifications (Auto-Join, click to join, reminders)
        Add Zoom meeting from page
        Refined Add/Delete and now Edit UI
        Password Support
        Minor Versions:
            Ver 2.0.1
            Notifications fix
            Fixing update users information storage fix
            Badge Display fix



    Ver 1.0
        Initial Extension
        Drag and Drop
        Easy Launch
    Ver 1.1
        Refined Add/Delete UI
    Ver 1.2
        Added New Logo
        Add meeting ID via link
        Bugfix for deleting meeting IDs with same Id
    Ver 1.3
        Dark Mode and theming                    

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

ชื่อ Zoom Utils Zoom Utils
ID hhhlbediooifeabnlleljnbddcelmdpm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zoom-utils/hhhlbediooifeabnlleljnbddcelmdpm
คำอธิบาย Zoom Utils for Zoom University. Allows you to keep track of, notify, and launch your Zoom Classes.
ขนาดไฟล์ 4.27 MB
จำนวนการติดตั้ง 5,221
เวอร์ชันปัจจุบัน 2.2.1
อัปเดตครั้งล่าสุด 2020-08-17
วันที่เผยแพร่ 2020-04-01
คะแนน 4.51/5 รวมทั้งหมด 57 คะแนน
ผู้พัฒนา Jonathan Samuel
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zoom Utils",
    "description": "Zoom Utils for Zoom University. Allows you to keep track of, notify, and launch your Zoom Classes.",
    "version": "2.2.1",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage",
        "",
        "notifications",
        "alarms"
    ],
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Zoom Utils",
        "default_icon": {
            "16": "icons\/icon_16.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        }
    }
}