clappr

Displays emoji's and sounds claps on top of your browser content

clapprとは何ですか?

clapprはhttps://monday.comによって開発されたChromeの拡張機能で、その主な機能は「Displays emoji's and sounds claps on top of your browser content」です。

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

screenshot
screenshot
screenshot

clappr拡張機能のCRXファイルをダウンロード

clappr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Want to engage participants during your next online meeting? 

Now you can enable participants to virtually clap and send reactions on top of the content that you share on your screen during the meeting. 

Simply install the extension, share the participant link with your meeting attendees, share you browser in the meeting and see how your meeting comes to life!                    

拡張機能の基本情報

名前 clappr clappr
ID hpeooigmanddmkodommkgpeoppkacccp
公式URL https://chromewebstore.google.com/detail/clappr/hpeooigmanddmkodommkgpeoppkacccp
説明 Displays emoji's and sounds claps on top of your browser content
ファイルサイズ 5.78 MB
インストール数 1,494
現在のバージョン 2.1.2
最終更新日 2022-03-01
公開日 2021-04-04
評価 5.00/5 合計 1 レビュー
開発者 https://monday.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://clappr.app
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "clappr",
    "description": "Displays emoji's and sounds claps on top of your browser content",
    "version": "2.1.2",
    "background": {
        "persistent": true,
        "scripts": [
            "firebase-app.js",
            "firebase-database.js",
            "extension.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "easytimer.min.js",
                "move.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png",
        "default_title": "clappr presenter"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src  'self'",
    "web_accessible_resources": [
        "claps\/*",
        "reactions\/*"
    ]
}