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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
    ]
}