clappr

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

clapprคืออะไร?

clappr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://monday.com และคุณลักษณะหลักของมันคือ "Displays emoji's and sounds claps on top of your browser content"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย clappr

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}