HappyMeet - Making Meetings Better

Make Google Meet more engaging.

HappyMeet - Making Meetings Betterคืออะไร?

HappyMeet - Making Meetings Better เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://chrislaffra.com และคุณลักษณะหลักของมันคือ "Make Google Meet more engaging."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HappyMeet - Making Meetings Better

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HappyMeet - Making Meetings Better HappyMeet - Making Meetings Better
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
}