Vidmonials - Screen & Camera Video Recorder

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

Vad är Vidmonials - Screen & Camera Video Recorder?

Vidmonials - Screen & Camera Video Recorder är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Increase trust with your customers, employees, and partners with videos.".

Tilläggsskärmbilder

Ladda ner Vidmonials - Screen & Camera Video Recorder-förlängningens CRX-fil

Ladda ner Vidmonials - Screen & Camera Video 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 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                    

Grundläggande Information om Tillägg

Namn Vidmonials - Screen & Camera Video Recorder Vidmonials - Screen & Camera Video Recorder
ID alidldkhadbheominniaaaifclbpoomf
Officiell webbadress https://chromewebstore.google.com/detail/vidmonials-screen-camera/alidldkhadbheominniaaaifclbpoomf
Beskrivning Increase trust with your customers, employees, and partners with videos.
Filstorlek 27.62 KB
Antal Installationer 66
Aktuell Version 0.0.2
Senast Uppdaterad 2022-02-22
Publiceringsdatum 2022-02-19
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare Unknown
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.vidmonials.com/
Hjälpsida URL https://www.vidmonials.com/contact-us/
Stödda Språk 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:\/\/*\/*"
            ]
        }
    ]
}