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開發的Chrome擴展程式,該擴展的主要功能是“The best way to create a new Google Meet™ Room!”。
擴展截圖
下載New Room for Google Meet™擴展crx文件
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | gidhcdnlmipmnhpibhfgcmigpebopkgc | 
| 官方網址 | 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"
            }
        }
    }
}  |  |