HappyMeet - Making Meetings Better
Make Google Meet more engaging.
Apa itu HappyMeet - Making Meetings Better?
HappyMeet - Making Meetings Better adalah ekstensi Chrome yang dikembangkan oleh http://chrislaffra.com, dan fitur utamanya adalah "Make Google Meet more engaging.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HappyMeet - Making Meetings Better
Unduh file ekstensi HappyMeet - Making Meetings Better dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | enhlafkhfmhfnfhhjiifnimpfkmicmhd |
URL Resmi | https://chrome.google.com/webstore/detail/happymeet-making-meetings/enhlafkhfmhfnfhhjiifnimpfkmicmhd |
Deskripsi | Make Google Meet more engaging. |
Ukuran File | 218 KB |
Jumlah Instalasi | 29 |
Versi Saat Ini | 0.30 |
Terakhir Diperbarui | 2021-07-28 |
Tanggal Publikasi | 2021-04-14 |
Pengembang | http://chrislaffra.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://chrislaffra.com/happymeet |
URL Halaman Bantuan | https://chrislaffra.com/happymeet |
URL Halaman Kebijakan Privasi | https://chrislaffra.com/privacy.html |
Bahasa yang Didukung | 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 } |