clappr

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

Qu'est-ce que clappr ?

clappr est une extension Chrome développée par https://monday.com, et sa fonction principale est "Displays emoji's and sounds claps on top of your browser content".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension clappr

Téléchargez les fichiers d'extension clappr au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom clappr clappr
ID hpeooigmanddmkodommkgpeoppkacccp
URL Officiel https://chromewebstore.google.com/detail/clappr/hpeooigmanddmkodommkgpeoppkacccp
Description Displays emoji's and sounds claps on top of your browser content
Taille du Fichier 5.78 MB
Nombre d'Installations 1,494
Version Actuelle 2.1.2
Dernière Mise à Jour 2022-03-01
Date de Publication 2021-04-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://monday.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://clappr.app
Langues Prises en Charge 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\/*"
    ]
}