StoryBox screen recorder

Record your screen and share your video instantly with your colleagues or clients. StoryBox Screen Recorder allows you to…

StoryBox screen recorder란 무엇입니까?

StoryBox screen recorder은(는) https://storybox.cloud에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record your screen and share your video instantly with your colleagues or clients. StoryBox Screen Recorder allows you to…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

StoryBox screen recorder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Record your screen and share your video instantly with your colleagues or clients.

StoryBox Screen Recorder allows you to communicate faster and better with videos. 

To use StoryBox Screen Recorder, you need a StoryBox account. StoryBox Screen Recorder is free of charge for StoryBox customers.                    

확장 프로그램 기본 정보

이름 StoryBox screen recorder StoryBox screen recorder
ID bmceemeneafofbabfinaeejjgkponcln
공식 URL https://chromewebstore.google.com/detail/storybox-screen-recorder/bmceemeneafofbabfinaeejjgkponcln
설명 Record your screen and share your video instantly with your colleagues or clients. StoryBox Screen Recorder allows you to…
파일 크기 1.2 MB
설치 횟수 454
현재 버전 2.3.1
최근 업데이트 2024-02-19
출시 날짜 2021-03-23
평점 5.00/5 총 1 개의 평점
개발자 https://storybox.cloud
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://storybox.cloud
개인정보 보호 정책 페이지 URL https://storybox.cloud/de/datenschutzerklaerung
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "version": "2.3.1",
    "permissions": [
        "tabs",
        "offscreen",
        "activeTab",
        "desktopCapture",
        "storage",
        "unlimitedStorage",
        "system.display",
        "system.cpu",
        "system.memory"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "app.html",
                "camera",
                "size",
                "popup",
                "controls",
                "assets\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/localhost\/*",
        "*:\/\/*.storybox.blog\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.storybox.blog\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "icons": {
        "16": "assets\/logo.png",
        "48": "assets\/logo.png",
        "128": "assets\/logo.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/logo.png",
            "48": "assets\/logo.png",
            "128": "assets\/logo.png"
        }
    },
    "commands": {
        "pauserecording": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Space",
                "mac": "Command+Shift+Space"
            },
            "description": "Pause or resume recording"
        }
    }
}