New Room for Google Meet™

The best way to create a new Google Meet™ Room!

New Room for Google Meet™ क्या है?

New Room for Google Meet™ https://timleland.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The best way to create a new Google Meet™ Room!"।

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

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

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

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

                        Easily create new Google Meet™ rooms in one easy click. The URL for the Google Meet™ will automatically be copied to your clipboard.

A better way to create Google Meet™ rooms that saves you the additional clicks to generate a new meeting room.                    

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

नाम New Room for Google Meet™ New Room for Google Meet™
ID gidhcdnlmipmnhpibhfgcmigpebopkgc
आधिकारिक URL https://chromewebstore.google.com/detail/new-room-for-google-meet/gidhcdnlmipmnhpibhfgcmigpebopkgc
विवरण The best way to create a new Google Meet™ Room!
फ़ाइल का आकार 18.8 KB
स्थापना संख्या 54
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2022-06-07
प्रकाशन तिथि 2022-02-26
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://timleland.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://timleland.com/new-google-meet-extension/
सहायता पृष्ठ URL https://timleland.com/contact/
गोपनीयता नीति पृष्ठ URL https://t.ly/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "New Room for Google Meet\u2122",
    "homepage_url": "https:\/\/timleland.com\/new-google-meet-extension\/",
    "version": "1.0.6",
    "icons": {
        "128": "media\/icons\/icon128.png"
    },
    "description": "The best way to create a new Google Meet\u2122 Room!",
    "action": {
        "default_icon": {
            "38": "media\/icons\/icon38.png"
        },
        "default_title": "New Google Meet\u2122 Room"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/meet.google.com\/*"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+M",
                "mac": "Command+Shift+M"
            }
        }
    }
}