Brainshark Screen Recorder

Record Screen and Submit to Brainshark

Brainshark Screen Recorderคืออะไร?

Brainshark Screen Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brainshark, Inc. และคุณลักษณะหลักของมันคือ "Record Screen and Submit to Brainshark"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Brainshark Screen Recorder

ดาวน์โหลดไฟล์ส่วนขยาย 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.
อีเมล [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\/*"
        ]
    }
}