Brainshark Screen Recorder

Record Screen and Submit to Brainshark

Co je Brainshark Screen Recorder?

Brainshark Screen Recorder je rozšíření Chrome vyvinuté Brainshark, Inc., a jeho hlavní funkcí je „Record Screen and Submit to Brainshark“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Brainshark Screen Recorder

Stáhněte si soubory rozšíření Brainshark Screen Recorder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Brainshark Screen Recorder Brainshark Screen Recorder
ID emblehfcjcbcmnnhclikihlbikobocmk
Oficiální URL https://chromewebstore.google.com/detail/brainshark-screen-recorde/emblehfcjcbcmnnhclikihlbikobocmk
Popis Record Screen and Submit to Brainshark
Velikost souboru 8.36 KB
Počet instalací 5,721
Aktuální Verze 2.0.0
Poslední Aktualizace 2023-03-06
Datum Vydání 2020-01-19
Hodnocení 3.44/5 Celkem 16 Hodnocení
Vývojář Brainshark, Inc.
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
        ]
    }
}