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