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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 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
Eメール [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
}