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™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://timleland.com และคุณลักษณะหลักของมันคือ "The best way to create a new Google Meet™ Room!"

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Room for Google Meet™

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

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

                        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"
            }
        }
    }
}