HappyMeet - Making Meetings Better
Make Google Meet more engaging.
HappyMeet - Making Meetings Better क्या है?
HappyMeet - Making Meetings Better http://chrislaffra.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make Google Meet more engaging."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HappyMeet - Making Meetings Better एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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 } |