HappyMeet - Making Meetings Better
Make Google Meet more engaging.
Wat is HappyMeet - Making Meetings Better?
HappyMeet - Making Meetings Better is een Chrome-extensie ontwikkeld door http://chrislaffra.com, en de belangrijkste functie is "Make Google Meet more engaging.".
Extensie Screenshots
Download het CRX-bestand van de extensie HappyMeet - Making Meetings Better
Download HappyMeet - Making Meetings Better-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | enhlafkhfmhfnfhhjiifnimpfkmicmhd |
Officiële URL | https://chrome.google.com/webstore/detail/happymeet-making-meetings/enhlafkhfmhfnfhhjiifnimpfkmicmhd |
Beschrijving | Make Google Meet more engaging. |
Bestandsgrootte | 218 KB |
Aantal Installaties | 29 |
Huidige Versie | 0.30 |
Laatst Bijgewerkt | 2021-07-28 |
Publicatiedatum | 2021-04-14 |
Ontwikkelaar | http://chrislaffra.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://chrislaffra.com/happymeet |
Help Pagina-URL | https://chrislaffra.com/happymeet |
URL van de Privacybeleid Pagina | https://chrislaffra.com/privacy.html |
Ondersteunde Talen | 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 } |