clappr

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

Wat is clappr?

clappr is een Chrome-extensie ontwikkeld door https://monday.com, en de belangrijkste functie is "Displays emoji's and sounds claps on top of your browser content".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie clappr

Download clappr-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam clappr clappr
ID hpeooigmanddmkodommkgpeoppkacccp
Officiële URL https://chromewebstore.google.com/detail/clappr/hpeooigmanddmkodommkgpeoppkacccp
Beschrijving Displays emoji's and sounds claps on top of your browser content
Bestandsgrootte 5.78 MB
Aantal Installaties 1,494
Huidige Versie 2.1.2
Laatst Bijgewerkt 2022-03-01
Publicatiedatum 2021-04-04
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://monday.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://clappr.app
Ondersteunde Talen 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\/*"
    ]
}