HappyMeet - Making Meetings Better
Make Google Meet more engaging.
HappyMeet - Making Meetings Better là gì?
HappyMeet - Making Meetings Better là một tiện ích mở rộng Chrome được phát triển bởi http://chrislaffra.com, và tính năng chính của nó là "Make Google Meet more engaging.".
Ả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 HappyMeet - Making Meetings Better
Tải xuống các tệp mở rộng HappyMeet - Making Meetings Better 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
Send emojis to other attendees to show your engagement or to do quick polls. HappyMeet follows the vision outlined in C4E, the book on how to communicate better as engineers. More improvements will be added in the future. See chrislaffra.com/c4e. HappyMeet is Open Source. Check out the source here: https://github.com/laffra/happymeet.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | enhlafkhfmhfnfhhjiifnimpfkmicmhd |
URL Chính Thức | https://chrome.google.com/webstore/detail/happymeet-making-meetings/enhlafkhfmhfnfhhjiifnimpfkmicmhd |
Mô tả | Make Google Meet more engaging. |
Kích Thước Tệp | 218 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 0.30 |
Cập Nhật Lần Cuối | 2021-07-28 |
Ngày Phát Hành | 2021-04-14 |
Nhà Phát Triển | http://chrislaffra.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://chrislaffra.com/happymeet |
URL Trang Trợ Giúp | https://chrislaffra.com/happymeet |
URL Trang Chính Sách Bảo Mật | https://chrislaffra.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HappyMeet - Making Meetings Better", "short_name": "happymeet", "description": "Make Google Meet more engaging.", "version": "0.30", "permissions": [], "author": "Chris Laffra - [email protected]", "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*", "https:\/\/chrislaffra.com\/*" ], "css": [ "jquery\/jquery-ui.min.css", "jquery\/jquery-ui.structure.min.css", "jquery\/jquery-ui.theme.min.css", "happymeet.css" ], "js": [ "jquery\/jquery.js", "jquery\/jquery-ui.min.js", "require.js", "util.js", "emojis.js", "happymeet.js" ], "all_frames": true } ], "background": { "scripts": [ "jquery\/jquery.js", "jquery\/jquery-ui.min.js", "require.js", "util.js", "background.js" ] }, "page_action": { "default_icon": { "38": "happymeet-logo.png" }, "default_title": "HappyMeet" }, "manifest_version": 2 } |