Wistia Screen and Webcam Recorder

Capture your screen and webcam to create professional-looking videos, including product walkthroughs, demos, and more.

什麼是Wistia Screen and Webcam Recorder?

Wistia Screen and Webcam Recorder是由https://wistia.com開發的Chrome擴展程式,該擴展的主要功能是“Capture your screen and webcam to create professional-looking videos, including product walkthroughs, demos, and more.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Wistia Screen and Webcam Recorder擴展crx文件

下載Wistia Screen and Webcam Recorder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Record your screen, your face, or both! Then use our handy built-in editor to switch between a full-screen view and a split-screen view. You can even add background music and transitions to kick the quality up a notch.

With Wistia, it's quick and easy to create your best-looking videos with just a laptop. 

No need to export, process, download, or upload anything. Once you've made your videos look oh-so-perfect, they’re ready to share.

This is a free Chrome extension from Wistia, and it’s designed to make video creation super simple. 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.                    

擴展基本資訊

名稱 Wistia Screen and Webcam Recorder Wistia Screen and Webcam Recorder
ID gejfgnikjbmnheabimnkacfeffpmbidf
官方網址 https://chromewebstore.google.com/detail/wistia-screen-and-webcam/gejfgnikjbmnheabimnkacfeffpmbidf
簡介 Capture your screen and webcam to create professional-looking videos, including product walkthroughs, demos, and more.
檔案大小 34.4 KB
安裝次數 1,000
目前版本 1.0.4
更新時間 2024-01-16
上架時間 2023-12-07
開發者 https://wistia.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://wistia.com/for/recording
說明頁面URL https://wistia.com/support/
隱私政策頁面URL https://wistia.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4",
    "version_name": "1.0.4",
    "manifest_version": 3,
    "name": "Wistia Screen and Webcam Recorder",
    "description": "Capture your screen and webcam to create professional-looking videos, including product walkthroughs, demos, and more.",
    "action": {
        "default_title": "Record with Wistia",
        "default_icon": "WistiaLogo.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        "https:\/\/*.wistia.com\/*",
        "https:\/\/*.wistia.st\/*",
        "https:\/\/*.wistia.io\/*"
    ]
}