Brainshark Screen Recorder

Record Screen and Submit to Brainshark

Brainshark Screen Recorderとは何ですか?

Brainshark Screen RecorderはBrainshark, Inc.によって開発されたChromeの拡張機能で、その主な機能は「Record Screen and Submit to Brainshark」です。

拡張機能のスクリーンショット

screenshot

Brainshark Screen Recorder拡張機能のCRXファイルをダウンロード

Brainshark Screen Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Brainshark Screen Recorder Brainshark Screen Recorder
ID emblehfcjcbcmnnhclikihlbikobocmk
公式URL https://chromewebstore.google.com/detail/brainshark-screen-recorde/emblehfcjcbcmnnhclikihlbikobocmk
説明 Record Screen and Submit to Brainshark
ファイルサイズ 8.36 KB
インストール数 5,721
現在のバージョン 2.0.0
最終更新日 2023-03-06
公開日 2020-01-19
評価 3.44/5 合計 16 レビュー
開発者 Brainshark, Inc.
Eメール [email protected]
支払い方法 free
対応言語 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\/*"
        ]
    }
}