Vidmonials - Screen & Camera Video Recorder

Increase trust with your customers, employees, and partners with videos.

什麼是Vidmonials - Screen & Camera Video Recorder?

Vidmonials - Screen & Camera Video Recorder是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Increase trust with your customers, employees, and partners with videos.”。

擴展截圖

下載Vidmonials - Screen & Camera Video Recorder擴展crx文件

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

擴展使用說明

                        Record camera video, screen, or both. 
Easily record and share videos as demos, screencasts as well as video reviews or video podcasts. Display the videos on the website, get a Vidmonials seal to win more customers and trust. 
It’s super simple to use. All you have to do is decide what you want to record (your screen, your webcam, or both), click record, and when you’re finished - share the link with someone. 

Key Features

🎥 Record
- Record your screen (choose any window or browser tab)
- Record your audio and video using your webcam
- Record both your screen and webcam
- Record voice narration and mouse movements

✂️ Edit
- Trim your videos

🚀 Display on your website
- Display videos on your website, or publish to YouTube 
- Download video 
 

Pricing and Packaging
- Starts at $29 per month  

Additional Details

Vidmonials does not depend on any plugins or applets like Flash or Java and works great on any operating system. New screen recordings are uploaded automatically to your Vidmonials account.
 
- Learn More: www.vidmonials.com
- Terms of Service: https://www.vidmonials.com/terms-and-conditions/
- Privacy Policy: https://www.vidmonials.com/privacy-policy                    

擴展基本資訊

名稱 Vidmonials - Screen & Camera Video Recorder Vidmonials - Screen & Camera Video Recorder
ID alidldkhadbheominniaaaifclbpoomf
官方網址 https://chromewebstore.google.com/detail/vidmonials-screen-camera/alidldkhadbheominniaaaifclbpoomf
簡介 Increase trust with your customers, employees, and partners with videos.
檔案大小 27.62 KB
安裝次數 66
目前版本 0.0.2
更新時間 2022-02-22
上架時間 2022-02-19
評分 5.00/5 共 4 次評分
開發者 Unknown
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.vidmonials.com/
說明頁面URL https://www.vidmonials.com/contact-us/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Vidmonials - Screen & Camera Video Recorder",
    "description": "Increase trust with your customers, employees, and partners with videos.",
    "version": "0.0.2",
    "icons": {
        "16": "logo\/logo-16.png",
        "48": "logo\/logo-48.png",
        "128": "logo\/logo-128.png"
    },
    "options_page": "settings\/settings.html",
    "action": {
        "default_title": "Vidmonails",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "identity",
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/app.vidmonials.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "foreground.js",
                "constants.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}