Engage with video

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

Co je Engage with video?

Engage with video je rozšíření Chrome vyvinuté Cyrano Systems, a jeho hlavní funkcí je „Cyrano Chrome Extension makes it easier to create and distribute high definition media, all from the comfort of a web browser.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Engage with video

Stáhněte si soubory rozšíření Engage with video ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Engage with video Engage with video
ID ffclildjemjaedmkamcfhhjfjpdanocb
Oficiální URL https://chromewebstore.google.com/detail/engage-with-video/ffclildjemjaedmkamcfhhjfjpdanocb
Popis Cyrano Chrome Extension makes it easier to create and distribute high definition media, all from the comfort of a web browser.
Velikost souboru 10.93 MB
Počet instalací 567
Aktuální Verze 3.0.0.0
Poslední Aktualizace 2023-02-19
Datum Vydání 2019-09-07
Hodnocení 5.00/5 Celkem 8 Hodnocení
Vývojář Cyrano Systems
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://cyranosystems.com/cyrano-chrome/
URL Stránky Nápovědy https://cyranosystems.com/knowledge-base/google-chrome-plugin/
URL Stránky Zásad Ochrany Soukromí https://cyranosystems.com/privacypolicy
Podporované Jazyky 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"
    }
}