Brainshark Screen Recorder

Record Screen and Submit to Brainshark

Cos'è Brainshark Screen Recorder?

Brainshark Screen Recorder è un'estensione di Chrome sviluppata da Brainshark, Inc., e la sua funzione principale è "Record Screen and Submit to Brainshark".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Brainshark Screen Recorder

Scarica i file di estensione Brainshark Screen Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The Brainshark Screen Recording extension for Chrome allows Brainshark users to record their screen and audio directly from within the Brainshark web application. Users responding to a Brainshark Coaching Challenge can record their screen to capture product demonstrations, presentations, and any other on-screen material. Recordings can be saved, submitted to management for scoring, published to promote best practices, and shared to a leaderboard to strengthen peer-to-peer learning. 

The Screen Recorder allows users to record any application open on their computer, including desktops and browsers. Brainshark Screen Recording for Chrome requires access to the Brainshark Coaching solution. Learn more about Brainshark’s sales enablement software at http://www.brainshark.com.                    

Informazioni di Base sull'Estensione

Nome Brainshark Screen Recorder Brainshark Screen Recorder
ID emblehfcjcbcmnnhclikihlbikobocmk
URL Ufficiale https://chromewebstore.google.com/detail/brainshark-screen-recorde/emblehfcjcbcmnnhclikihlbikobocmk
Descrizione Record Screen and Submit to Brainshark
Dimensione del File 8.36 KB
Conteggio Installazioni 5,721
Versione Corrente 2.0.0
Ultimo Aggiornamento 2023-03-06
Data di Pubblicazione 2020-01-19
Valutazione 3.44/5 Totale 16 Valutazioni
Sviluppatore Brainshark, Inc.
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Brainshark Screen Recorder",
    "short_name": "Recorder",
    "version": "2.0.0",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "description": "Record Screen and Submit to Brainshark",
    "homepage_url": "https:\/\/www.brainshark.com",
    "background": {
        "service_worker": "src\/bnsk-background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/bnsk-content.js"
            ],
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/BNSK-57x57.png",
            "24": "images\/BNSK-57x57.png",
            "32": "images\/BNSK-57x57.png"
        },
        "default_title": "BNSK Screen Recorder"
    },
    "icons": {
        "16": "images\/BNSK-57x57.png",
        "22": "images\/BNSK-57x57.png",
        "32": "images\/BNSK-57x57.png",
        "48": "images\/BNSK-57x57.png",
        "128": "images\/BNSK-57x57.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/BNSK-57x57.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "extension_ids": [
                "emblehfcjcbcmnnhclikihlbikobocmk"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.brainshark.com\/*"
        ]
    }
}