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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
    ]
}