Engage with video

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

O que é Engage with video?

Engage with video é uma extensão do Chrome desenvolvida por Cyrano Systems, e sua principal característica é "Cyrano Chrome Extension makes it easier to create and distribute high definition media, all from the comfort of a web browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Engage with video

Baixe arquivos de extensão Engage with video no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Engage with video Engage with video
ID ffclildjemjaedmkamcfhhjfjpdanocb
URL Oficial https://chromewebstore.google.com/detail/engage-with-video/ffclildjemjaedmkamcfhhjfjpdanocb
Descrição Cyrano Chrome Extension makes it easier to create and distribute high definition media, all from the comfort of a web browser.
Tamanho do Arquivo 10.93 MB
Contagem de Instalações 567
Versão Atual 3.0.0.0
Última Atualização 2023-02-19
Data de Publicação 2019-09-07
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor Cyrano Systems
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://cyranosystems.com/cyrano-chrome/
URL da Página de Ajuda https://cyranosystems.com/knowledge-base/google-chrome-plugin/
URL da Página de Política de Privacidade https://cyranosystems.com/privacypolicy
Idiomas Suportados 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"
    }
}