StoryBox screen recorder

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

Vad är StoryBox screen recorder?

StoryBox screen recorder är en Chrome-tillägg utvecklad av https://storybox.cloud, och dess huvudfunktion är "Record your screen and share your video instantly with your colleagues or clients. StoryBox Screen Recorder allows you to…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner StoryBox screen recorder-förlängningens CRX-fil

Ladda ner StoryBox screen recorder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn StoryBox screen recorder StoryBox screen recorder
ID bmceemeneafofbabfinaeejjgkponcln
Officiell webbadress https://chromewebstore.google.com/detail/storybox-screen-recorder/bmceemeneafofbabfinaeejjgkponcln
Beskrivning Record your screen and share your video instantly with your colleagues or clients. StoryBox Screen Recorder allows you to…
Filstorlek 1.2 MB
Antal Installationer 454
Aktuell Version 2.3.1
Senast Uppdaterad 2024-02-19
Publiceringsdatum 2021-03-23
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://storybox.cloud
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://storybox.cloud
URL till Sekretesspolicy Sidan https://storybox.cloud/de/datenschutzerklaerung
Stödda Språk 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"
        }
    }
}