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
公式URL 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
Eメール [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"
    }
}