Engage with video

Cyrano Chrome Extension makes it easier to create and distribute high definition media, all from the comfort of a web browser.

¿Qué es Engage with video?

Engage with video es una extensión de Chrome desarrollada por Cyrano Systems, y su función principal es "Cyrano Chrome Extension makes it easier to create and distribute high definition media, all from the comfort of a web browser.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Engage with video

Descarga archivos de extensión Engage with video en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The Cyrano Desktop Extension makes it easier to create and distribute high definition media, all from the comfort of a web browser. Thus allowing creators to record, edit, distribute and store professional looking videos with ease. 
 
With four different recording modes: On Camera, Screen Share, Screen Share + On Camera and Audio, creators can customize each video to the task at hand. 

The adaptable extension lets users switch between the different modes while recording, pause and restart a recording, add external multimedia and links to help enhance their presentation, as well as read off a teleprompter to make sure they mention key talking points. Once finished, Cyrano makes it easy to share the content through Slack, email, or SMS.

The Cyrano Desktop Extension is an all-in-one platform to suit every aspect of your video needs. 

Capabilities include: 
- Video & Screen Recorder  
- The Cyrano Desktop Extension offers four recording modes: Camera, Screen Share, Camera + Screen Share and Audio. 
- Mix and match your camera, screen and audio while recording to create the perfect video.
- Use your webcam to record the video.
- The teleprompter keeps all talking points top of mind, so there’s never an awkward moment or pause.
- Put PowerPoint slides, Excel sheets and Word documents directly in front of your audience with the screen sharing function. 
- Assign a recording task to colleagues or team members to collaborate on a presentation. 

Powerful Online Video Editor

- Seamlessly pause and resume while recording so your audience only sees what you want them to.
- Automatically stitch and join clips with Cyrano Programs.
- Add customized bumpers to the beginning and end of videos 

Branding

- Customize videos with your enterprise’s colour scheme. 
- Automatically have logos and thumbnails added to your recordings. 
- Option to share recordings directly with domain or intranet. 

Why Cyrano is a better option over other video or screen recorder tools:
 
- The most robust video capturing software. 
- Create and store unlimited videos.
- Ease of use. 

We prioritize your security. From executives to medical professionals, Cyrano video remains easy and dependable for internal and external communications. Cyrano is both HIPPA and SOX compliant, so you can be sure your content is safe and secured. 

For best results Cyrano recommends recording using the Cyrano Studio Kit.  

Have feedback for us? Cyrano may be famous for knowing exactly what to say and when to say it, but we still love to listen too! Go to https://cyranosystems.com/contact/ to get in touch. #LeadWithVideo                    

Información Básica de la Extensión

Nombre Engage with video Engage with video
ID ffclildjemjaedmkamcfhhjfjpdanocb
URL Oficial https://chromewebstore.google.com/detail/engage-with-video/ffclildjemjaedmkamcfhhjfjpdanocb
Descripción Cyrano Chrome Extension makes it easier to create and distribute high definition media, all from the comfort of a web browser.
Tamaño del Archivo 10.93 MB
Cantidad de Instalaciones 567
Versión Actual 3.0.0.0
Última Actualización 2023-02-19
Fecha de Publicación 2019-09-07
Calificación 5.00/5 Total de 8 Calificaciones
Desarrollador Cyrano Systems
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://cyranosystems.com/cyrano-chrome/
URL de la Página de Ayuda https://cyranosystems.com/knowledge-base/google-chrome-plugin/
URL de la Página de Política de Privacidad https://cyranosystems.com/privacypolicy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Engage with video",
    "version": "3.0.0.0",
    "short_name": "Cyrano Engage with video",
    "description": "Cyrano Chrome Extension makes it easier to create and distribute high definition media, all from the comfort of a web browser.",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Cyrano Chrome Extension",
        "default_icon": {
            "16": "assets\/img\/cyrano_plugin_logo.png",
            "32": "assets\/img\/cyrano_plugin_logo.png",
            "48": "assets\/img\/cyrano_plugin_logo.png",
            "128": "assets\/img\/cyrano_plugin_logo.png"
        }
    },
    "icons": {
        "16": "assets\/img\/cyrano_plugin_logo.png",
        "32": "assets\/img\/cyrano_plugin_logo.png",
        "48": "assets\/img\/cyrano_plugin_logo.png",
        "128": "assets\/img\/cyrano_plugin_logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/css\/fontawesome5-pro.css",
                "assets\/html\/getMediaPermissions.html",
                "assets\/js\/getCameraStream.js",
                "assets\/html\/getCameraStream.html",
                "assets\/webfonts\/*",
                "assets\/js\/recordMedia.js",
                "assets\/html\/recordMedia.html",
                "assets\/css\/style.css",
                "assets\/js\/moment-with-locales.min.js",
                "assets\/js\/previewMedia.js",
                "assets\/html\/previewMedia.html",
                "assets\/js\/plyr.js",
                "assets\/css\/bootstrap-461.min.css",
                "assets\/js\/options.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "oauth2": {
        "client_id": "935995596423-s4rt7u0ihjigrbieo950iu98kfv44gmu.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "permissions": [
        "tabs",
        "identity",
        "storage",
        "activeTab",
        "cookies",
        "scripting",
        "unlimitedStorage",
        "nativeMessaging"
    ],
    "host_permissions": [
        "https:\/\/www.cyranolab.io\/*",
        "https:\/\/www.cyranoapp.io\/*",
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "http:\/\/*.cyranolab.io\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "background": {
        "service_worker": "backgroundPage.js",
        "type": "module"
    }
}