MeetInOne Extension for Google Meet
MeetInOne - enhance your Google Meet meetings
什麼是MeetInOne Extension for Google Meet?
MeetInOne Extension for Google Meet是由https://meetinone.com開發的Chrome擴展程式,該擴展的主要功能是“MeetInOne - enhance your Google Meet meetings”。
擴展截圖
下載MeetInOne Extension for Google Meet擴展crx文件
下載MeetInOne Extension for Google Meet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Enhance your Google Meet experience with MeetInOne for Chrome. MeetInOne is the best Google Meet enhancement extension around and is 100% free.
In-call features:
🗣 Push-to-talk
⏭ Auto-join meetings
🤐 Auto-mute audio and video
💬 Auto-toggle captions
📺 Picture-in-picture
⏱ A meeting timer
📊 Meeting statistics
✅ Auto admit or reject new participants
🔗 Easy link copying and sharing
🌚 Dark mode
📹 Meeting recording (coming soon)
Out-of-call features:
🏘 Vastly improved account management
💨 Save meeting links for quick access
📌 Starting and joining meetings via the menu bar
On top of this, the MeetInOne Extension will provide you a link to download the MeetInOne Desktop App within the default popup.
Unlike other extensions, MeetInOne is built to be resource-efficient and put less strain on your browser and device. 擴展基本資訊
| 名稱 | |
| ID | pfmeokkodfbbeckenogobokoaiahclmp |
| 官方網址 | https://chromewebstore.google.com/detail/meetinone-extension-for-g/pfmeokkodfbbeckenogobokoaiahclmp |
| 簡介 | MeetInOne - enhance your Google Meet meetings |
| 檔案大小 | 925 KB |
| 安裝次數 | 44,493 |
| 目前版本 | 0.1.7 |
| 更新時間 | 2021-06-02 |
| 上架時間 | 2020-11-03 |
| 評分 | 3.95/5 共 21 次評分 |
| 開發者 | https://meetinone.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://meetinone.com |
| 說明頁面URL | https://meetinone.com/support |
| 隱私政策頁面URL | https://meetinone.com/privacy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MeetInOne Extension for Google Meet",
"permissions": [
"storage"
],
"manifest_version": 2,
"version": "0.1.7",
"description": "MeetInOne - enhance your Google Meet meetings",
"icons": {
"16": "16x16.png",
"32": "32x32.png",
"48": "48x48.png",
"128": "128x128.png"
},
"background": {
"page": "background.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.meet.google.com\/*"
],
"run_at": "document_start",
"all_frames": false,
"js": [
"browser-polyfill.min.js",
"index.js"
]
}
],
"browser_action": {
"default_icon": {
"16": "16x16.png",
"32": "32x32.png",
"48": "48x48.png",
"128": "128x128.png"
},
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |