Talk Time for Google Meet
Your assistant for 'Google Meet' meetings
Talk Time for Google Meet là gì?
Talk Time for Google Meet là một tiện ích mở rộng Chrome được phát triển bởi burmeidan, và tính năng chính của nó là "Your assistant for 'Google Meet' meetings".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Talk Time for Google Meet
Tải xuống các tệp mở rộng Talk Time for Google Meet 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
It is your google meet assistant, which will help you to improve your meeting analysis and add many useful features to common meetings. View your recording, leave feedbacks, private chat, soft-skill badges, and it is not the end of the list. Try it and your meetings will be more comfortable and you will gain new opportunities to make your meeting better.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Talk Time for Google Meet |
ID | bclhnknpopffhkpodghagpcekbmljclh |
URL Chính Thức | https://chromewebstore.google.com/detail/talk-time-for-google-meet/bclhnknpopffhkpodghagpcekbmljclh |
Mô tả | Your assistant for 'Google Meet' meetings |
Kích Thước Tệp | 82.29 KB |
Số Lần Cài Đặt | 100 |
Phiên Bản Hiện Tại | 3.17 |
Cập Nhật Lần Cuối | 2024-02-09 |
Ngày Phát Hành | 2022-07-24 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | burmeidan |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://everyoneshouldhaveavoice.com/ |
URL Trang Trợ Giúp | https://everyoneshouldhaveavoice.com/ |
URL Trang Chính Sách Bảo Mật | https://nobeltt.com/policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Your assistant for 'Google Meet' meetings", "manifest_version": 3, "name": "Talk Time for Google Meet", "author": "Danylo Burmei", "version": "3.17", "homepage_url": "https:\/\/EveryoneShouldHaveAVoice.com\/", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "storage", "https:\/\/meet.google.com\/*", "https:\/\/EveryoneShouldHaveAVoice.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "resources\/*", "manifest.json" ], "matches": [ " |