Google Meet Visual Timer

This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.

Google Meet Visual Timer là gì?

Google Meet Visual Timer là một tiện ích mở rộng Chrome được phát triển bởi https://timer.smartrday.com, và tính năng chính của nó là "This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Meet Visual Timer

Tải xuống các tệp mở rộng Google Meet Visual Timer 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

                        Take back control of your meetings.

Meetings can easily get out of hand and one solution is Timeboxing :
Keep track of the time and allocate specific amount of time to specific parts of the agenda.                    

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

Tên Google Meet Visual Timer Google Meet Visual Timer
ID gfjhjjpfbhbkdidgimbdnhipbdmmmpkj
URL Chính Thức https://chromewebstore.google.com/detail/google-meet-visual-timer/gfjhjjpfbhbkdidgimbdnhipbdmmmpkj
Mô tả This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.
Kích Thước Tệp 130 KB
Số Lần Cài Đặt 9,000
Phiên Bản Hiện Tại 1.6.1
Cập Nhật Lần Cuối 2020-12-07
Ngày Phát Hành 2020-06-15
Đánh Giá 1.89/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://timer.smartrday.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://timer.smartrday.com/
URL Trang Trợ Giúp http://timer.smartrday.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Fred Gouv",
    "browser_action": {
        "default_icon": {
            "128": "images\/128.png",
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png"
        },
        "default_popup": "index.html",
        "default_title": "Google Meet Timer Visual"
    },
    "web_accessible_resources": [
        "alarm.mp3",
        "css\/bootstrap.min.css",
        "css\/jquery-3.5.1.min.js",
        "css\/bootstrap.bundle.min.js"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ],
    "description": "This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "Google Meet Visual Timer",
    "version": "1.6.1"
}