Soapbox — Video Recorder

Capture your screen and webcam to create professional-looking pitches, presentations, and demos.

Τι είναι το Soapbox — Video Recorder;

Το Soapbox — Video Recorder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://wistia.com, και η κύρια λειτουργία του είναι "Capture your screen and webcam to create professional-looking pitches, presentations, and demos.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Soapbox — Video Recorder

Λήψη αρχείων επέκτασης Soapbox — Video Recorder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Record your screen, your face, or both! Then, use our handy built-in transitions to switch between sharing a full-screen or split-screen view. With Soapbox, it's quick and easy to create your best-looking videos. No need to export, process, download, or upload. Once you've made your videos look squeaky clean, they're instantly ready to share. (Oh, so shiny.)

Soapbox is a freemium Chrome extension from Wistia, designed to make video creation super simple. With this free tool, you don't need any fancy equipment or special training to get started! Simply hit the record button and you're ready to make a lasting impression.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Soapbox — Video Recorder Soapbox — Video Recorder
ID lmepjnndgdhcgphilomlfekmgnnmngbi
Επίσημο URL https://chromewebstore.google.com/detail/soapbox-%E2%80%94-video-recorder/lmepjnndgdhcgphilomlfekmgnnmngbi
Περιγραφή Capture your screen and webcam to create professional-looking pitches, presentations, and demos.
Μέγεθος Αρχείου 1.2 MB
Αριθμός Εγκαταστάσεων 79,395
Τρέχουσα Έκδοση 2023.8.7-8240-6d81f4db96
Τελευταία Ενημέρωση 2023-08-08
Ημερομηνία Δημοσίευσης 2020-07-04
Αξιολόγηση 3.92/5 Συνολικά 178 Αξιολογήσεις
Προγραμματιστής https://wistia.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://wistia.com/soapbox
Διεύθυνση URL της Σελίδας Βοήθειας https://wistia.com/support/soapbox
URL της Σελίδας Πολιτικής Απορρήτου https://wistia.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/app.wistia.io https:\/\/fast.wistia.com https:\/\/fast.wistia.net https:\/\/fast.wistia.io https:\/\/d1fc8wv8zag5ca.cloudfront.net; object-src 'self'",
    "name": "Soapbox \u2014  Video Recorder",
    "short_name": "Soapbox",
    "description": "Capture your screen and webcam to create professional-looking pitches, presentations, and demos.",
    "minimum_chrome_version": "57",
    "icons": {
        "16": "static\/images\/crx-camera-16.png",
        "32": "static\/images\/crx-camera-32.png",
        "48": "static\/images\/crx-camera-48.png",
        "128": "static\/images\/crx-camera-128.png"
    },
    "web_accessible_resources": [
        "static\/*.*",
        "index.html",
        "iframe.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/soapbox.wistia.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "static\/images\/crx-camera-32.png",
        "default_popup": "index.html#\/popup"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "index.html#\/options?forward=true",
    "externally_connectable": {
        "matches": [
            "https:\/\/soapbox.wistia.com\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "desktopCapture",
        "storage",
        "unlimitedStorage",
        "declarativeContent",
        "https:\/\/*.wistia.com\/"
    ],
    "optional_permissions": [
        "contentSettings",
        "*:\/\/mail.google.com\/*"
    ],
    "version": "2023.8.7.8240",
    "version_name": "2023.8.7-8240-6d81f4db96"
}