Vidmonials - Screen & Camera Video Recorder

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

What is Vidmonials - Screen & Camera Video Recorder?

Vidmonials - Screen & Camera Video Recorder is a Chrome extension developed by Unknown, and its main feature is "Increase trust with your customers, employees, and partners with videos.".

Extension Screenshots

Download Vidmonials - Screen & Camera Video Recorder Extension CRX File

Download Vidmonials - Screen & Camera Video Recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Vidmonials - Screen & Camera Video Recorder Vidmonials - Screen & Camera Video Recorder
ID alidldkhadbheominniaaaifclbpoomf
Official URL https://chromewebstore.google.com/detail/vidmonials-screen-camera/alidldkhadbheominniaaaifclbpoomf
Description Increase trust with your customers, employees, and partners with videos.
File Size 27.62 KB
Installation Count 66
Current Version 0.0.2
Last Updated 2022-02-22
Publish Date 2022-02-19
Rating 5.00/5 Total 4 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Extension Website https://www.vidmonials.com/
Help Page URL https://www.vidmonials.com/contact-us/
Supported Languages 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:\/\/*\/*"
            ]
        }
    ]
}