Engage with video

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

什麼是Engage with video?

Engage with video是由Cyrano Systems開發的Chrome擴展程式,該擴展的主要功能是“Cyrano Chrome Extension makes it easier to create and distribute high definition media, all from the comfort of a web browser.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Engage with video擴展crx文件

下載Engage with video擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Engage with video Engage with video
ID ffclildjemjaedmkamcfhhjfjpdanocb
官方網址 https://chromewebstore.google.com/detail/engage-with-video/ffclildjemjaedmkamcfhhjfjpdanocb
簡介 Cyrano Chrome Extension makes it easier to create and distribute high definition media, all from the comfort of a web browser.
檔案大小 10.93 MB
安裝次數 567
目前版本 3.0.0.0
更新時間 2023-02-19
上架時間 2019-09-07
評分 5.00/5 共 8 次評分
開發者 Cyrano Systems
電子郵箱 [email protected]
付費類型 free
擴展官網 https://cyranosystems.com/cyrano-chrome/
說明頁面URL https://cyranosystems.com/knowledge-base/google-chrome-plugin/
隱私政策頁面URL https://cyranosystems.com/privacypolicy
支援的語言 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"
    }
}