Brainshark Screen Recorder

Record Screen and Submit to Brainshark

What is Brainshark Screen Recorder?

Brainshark Screen Recorder is a Chrome extension developed by Brainshark, Inc., and its main feature is "Record Screen and Submit to Brainshark".

Extension Screenshots

screenshot

Download Brainshark Screen Recorder Extension CRX File

Download Brainshark Screen Recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Brainshark Screen Recorder Brainshark Screen Recorder
ID emblehfcjcbcmnnhclikihlbikobocmk
Official URL https://chromewebstore.google.com/detail/brainshark-screen-recorde/emblehfcjcbcmnnhclikihlbikobocmk
Description Record Screen and Submit to Brainshark
File Size 8.36 KB
Installation Count 5,721
Current Version 2.0.0
Last Updated 2023-03-06
Publish Date 2020-01-19
Rating 3.44/5 Total 16 Ratings
Developer Brainshark, Inc.
Email [email protected]
Payment Type free
Supported Languages 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\/*"
        ]
    }
}