HappyMeet - Making Meetings Better
Make Google Meet more engaging.
什麼是HappyMeet - Making Meetings Better?
HappyMeet - Making Meetings Better是由http://chrislaffra.com開發的Chrome擴展程式,該擴展的主要功能是“Make Google Meet more engaging.”。
擴展截圖
下載HappyMeet - Making Meetings Better擴展crx文件
下載HappyMeet - Making Meetings Better擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | enhlafkhfmhfnfhhjiifnimpfkmicmhd |
官方網址 | https://chrome.google.com/webstore/detail/happymeet-making-meetings/enhlafkhfmhfnfhhjiifnimpfkmicmhd |
簡介 | Make Google Meet more engaging. |
檔案大小 | 218 KB |
安裝次數 | 29 |
目前版本 | 0.30 |
更新時間 | 2021-07-28 |
上架時間 | 2021-04-14 |
開發者 | http://chrislaffra.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://chrislaffra.com/happymeet |
說明頁面URL | https://chrislaffra.com/happymeet |
隱私政策頁面URL | https://chrislaffra.com/privacy.html |
支援的語言 | 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 } |