Recent Meeting Codes

Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom

Recent Meeting Codes क्या है?

Recent Meeting Codes https://johnriv.github.io/recent-meeting-codes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom"।

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

screenshot

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

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

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

                        For Google Meet users with .edu accounts, this adds a list of buttons of recently used meeting codes to the Google Meet page to easily launch Google Meets with those meeting codes. For students & teachers whose classes use Google Meet instead of Google Classroom Meet Links, this allows them 1-click access to join their classes instead of having to type the same meeting code every day.                    

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

नाम Recent Meeting Codes Recent Meeting Codes
ID jblnhjdigaepgkbclpggccmhcmnpkghf
आधिकारिक URL https://chromewebstore.google.com/detail/recent-meeting-codes/jblnhjdigaepgkbclpggccmhcmnpkghf
विवरण Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom
फ़ाइल का आकार 17.88 KB
स्थापना संख्या 322
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2021-02-22
प्रकाशन तिथि 2021-01-04
रेटिंग 2.00/5 कुल 4 रेटिंग्स
डेवलपर https://johnriv.github.io/recent-meeting-codes
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/JohnRiv/recent-meeting-codes/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recent Meeting Codes",
    "version": "2.0.0",
    "description": "Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/",
                "https:\/\/meet.google.com\/?*"
            ],
            "css": [
                "recentMeetingCodes.css"
            ],
            "js": [
                "recentMeetingCodes.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}