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ファイルをダウンロード

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

拡張機能の使用方法

                        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
Eメール [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"
        }
    }
}