Google Meet Push to Talk & More - Supermeet

Supercharge your Google Meet with push to talk, an emoji hotbar, leave verification, and more features!

Google Meet Push to Talk & More - Supermeet là gì?

Google Meet Push to Talk & More - Supermeet là một tiện ích mở rộng Chrome được phát triển bởi https://getsupermeet.com, và tính năng chính của nó là "Supercharge your Google Meet with push to talk, an emoji hotbar, leave verification, and more features!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Meet Push to Talk & More - Supermeet

Tải xuống các tệp mở rộng Google Meet Push to Talk & More - Supermeet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Supercharge your Google Meet with brand new features such as push to talk, an emoji hotbar, leave verification and more! All 100% free!

Enhance your Google Meet with productivity and accessibility features developed to improve your meeting experience.

FEATURES
- Push to Talk: Hold the "space" key to unmute and let go of it to re-mute
- Leave Confirmation: Prompt a popup to verify you actually want to leave a meet
- Emoji Hotbar: Easily access emojis in the chat window
- Auto Mute: Automatically mute your microphone when joining a meet
- Auto Video Off: Automatically disable your video when joining a meet

PRIVACY POLICY
We do not store any of your data!

How To Use
1) Download the extension
2) Click the icon to enable/disable features
3) Join or reload the Google Meet page to access your new features!

Enhance your Google Meet now, with a suite of productivity and accessibility features developed to improve your meeting experience. All 100% free!

Learn more about Supermeet at https://supermeet.com                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Meet Push to Talk & More - Supermeet Google Meet Push to Talk & More - Supermeet
ID mhfignolehedbbkobakfmlacccibjibk
URL Chính Thức https://chromewebstore.google.com/detail/google-meet-push-to-talk/mhfignolehedbbkobakfmlacccibjibk
Mô tả Supercharge your Google Meet with push to talk, an emoji hotbar, leave verification, and more features!
Kích Thước Tệp 1.05 MB
Số Lần Cài Đặt 409
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2020-11-23
Ngày Phát Hành 2020-11-22
Đánh Giá 4.43/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://getsupermeet.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getsupermeet.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Push to Talk & More - Supermeet",
    "short_name": "Supermeet",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Supercharge your Google Meet with push to talk, an emoji hotbar, leave verification, and more features!",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "browser_action": {
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_icon": "icons\/128.png",
        "default_title": "Google Meet Push to Talk & More - Supermeet"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "*:\/\/meet.google.com\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "src\/bg\/background.js"
        ]
    },
    "web_accessible_resources": [
        "icons\/*"
    ]
}