clappr

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

O que é clappr?

clappr é uma extensão do Chrome desenvolvida por https://monday.com, e sua principal característica é "Displays emoji's and sounds claps on top of your browser content".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão clappr

Baixe arquivos de extensão clappr no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome clappr clappr
ID hpeooigmanddmkodommkgpeoppkacccp
URL Oficial https://chromewebstore.google.com/detail/clappr/hpeooigmanddmkodommkgpeoppkacccp
Descrição Displays emoji's and sounds claps on top of your browser content
Tamanho do Arquivo 5.78 MB
Contagem de Instalações 1,494
Versão Atual 2.1.2
Última Atualização 2022-03-01
Data de Publicação 2021-04-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://monday.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://clappr.app
Idiomas Suportados 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\/*"
    ]
}