Zoom Scheduler: Meeting Organizer

Easily organize your Zoom Meetings or Zoom Classes all in one place

Zoom Scheduler: Meeting Organizer क्या है?

Zoom Scheduler: Meeting Organizer Roshan R द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily organize your Zoom Meetings or Zoom Classes all in one place"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Zoom Scheduler: Meeting Organizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Zoom Scheduler was created to simplify your life just a little more. No need to search through classroom websites or teacher emails to find the link just before a meeting or a class starts. 

Organize all of your Zoom Links (both ones you create and ones that you don't) all in one place. Zoom Scheduler is able to sort your meetings by which one is coming next. It will place it right at the top, so you don't need to scroll to find your next meeting link. If you choose, it can also send out a push notification a certain time before your meeting as a reminder to join.

Important Features:
 Custom Sort Options
 Customizable Notifications
 Open Meeting Directly in App
 Quick Link Autofill
 Reoccurring Meetings

Version History:
 v1.3.5
   Click around for surprise!
 v1.3.4
   Add Button UI Change
   Alert if available update detected
 v1.3.1
   Add Option to Organize External (non-zoom) meetings via link
 v1.2.3
   Add Application Walk-through
 v1.2.2
   Bug Fixes
 v1.2.0
   Add customizable notifications 
 v1.1.2
   Add Auto Fill data from Zoom URL
   UI updates
 v1.0.0 Initial Release
   Add/Edit/Delete Meeting Options
   Optional Username and Password Fields
   Multiple Sort Meeting Modes
   Schedule Meeting to Repeat on Certain Days
   Tested on Most Devices                    

एक्सटेंशन की मूल जानकारी

नाम Zoom Scheduler: Meeting Organizer Zoom Scheduler: Meeting Organizer
ID bppildpfckgifljndifngddahjagdhin
आधिकारिक URL https://chrome.google.com/webstore/detail/zoom-scheduler-meeting-or/bppildpfckgifljndifngddahjagdhin
विवरण Easily organize your Zoom Meetings or Zoom Classes all in one place
फ़ाइल का आकार 3.37 MB
स्थापना संख्या 967
वर्तमान संस्करण 1.3.5
अंतिम अपडेट 2020-11-19
प्रकाशन तिथि 2020-09-14
रेटिंग 4.57/5 कुल 7 रेटिंग्स
डेवलपर Roshan R
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zoom Scheduler: Meeting Organizer",
    "short_name": "Zoom Scheduler",
    "description": "Easily organize your Zoom Meetings or Zoom Classes all in one place",
    "default_locale": "en",
    "author": "Roshan R",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab",
        "notifications",
        "alarms"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Zoom Scheduler",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "1.3.5",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}