Video321 for Chrome

Easy Record, Easy Share, Easy work

什么是Video321 for Chrome?

Video321 for Chrome是由LinkV Develop开发的Chrome扩展程序,该扩展的主要功能是“Easy Record, Easy Share, Easy work”。

扩展截图

screenshot

下载Video321 for Chrome扩展crx文件

下载Video321 for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        "Video321" offers video recording and screen recording functions that base on RTC(Real-time communication) and IM(Instant Messaging) techniques from the top team in the world.  
Currently, "Video321" publishes on Android, IOS, PC and Web, providing saas service.

Features:
- Support screen, camera, screen and camera model to create a video recording; Support 1080p, up to 4K for video recording (depends on device);
- Support online HD video broadcasting, and change the speed;
- Support video comment and instant notification;
- Support online trim, include cut and combine slices; Support keep original video after trimming;
- Support multi-people only coordinate; Team builder can configure the permission of team members which aims to team management;
- Support "one-click" copy link and sharing; Support directly send email to share the video link.
We hope you have a happy and efficient work time with "Video321"                    

扩展基本信息

名称 Video321 for Chrome Video321 for Chrome
ID jhjjhmnklianecmobekckbmbpmdnelgh
官方URL https://chromewebstore.google.com/detail/video321-for-chrome/jhjjhmnklianecmobekckbmbpmdnelgh
简介 Easy Record, Easy Share, Easy work
文件大小 4.9 MB
安装次数 227
当前版本 1.2.70
更新时间 2022-06-30
上架时间 2021-07-24
评分 5.00/5 共4次评分
开发者 LinkV Develop
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.linkv.sg
隐私政策页面URL https://my.video321.net/privacy
支持的语言 en-US
manifest.json
{
    "description": "Easy Record, Easy Share, Easy work",
    "background": {
        "scripts": [
            ".\/static\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_idle",
            "js": [
                ".\/static\/js\/content.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": ".\/static\/img\/logo.png",
            "38": ".\/static\/img\/logo.png"
        },
        "default_popup": "popup.html"
    },
    "commands": {
        "onFinish": {
            "suggested_key": {
                "default": "Ctrl+5",
                "mac": "MacCtrl+5"
            },
            "description": "Complete the recording"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.vvork.net\/*",
            "*:\/\/*.video321.net\/*"
        ]
    },
    "icons": {
        "16": ".\/static\/img\/logo.png",
        "48": ".\/static\/img\/logo.png",
        "128": ".\/static\/img\/logo.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "content_security_policy": "script-src 'self' 'wasm-eval' blob:; object-src 'self'",
    "permissions": [
        "",
        "tabs",
        "cookies"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "static\/js\/preview.js",
        "static\/img\/preview.jpeg",
        "camera.html",
        "static\/js\/camera.js",
        "media.html",
        "static\/js\/media.js",
        "audio.html",
        "static\/js\/audio.js",
        "static\/img\/logo.png",
        "static\/img\/setting_camera.png",
        "static\/img\/setting_microphone.png",
        "static\/img\/setting_select_drag.png",
        "static\/img\/setting_selected.png",
        "static\/img\/setting_logo_en.png",
        "static\/img\/camera_emoji.png",
        "static\/img\/permission_tip1.jpg",
        "static\/img\/permission_lock.png",
        "static\/img\/permission_close.png",
        "static\/img\/permission_guide.png",
        "static\/img\/menu_pause.png",
        "static\/img\/menu_play.png",
        "static\/img\/menu_stop.png",
        "static\/img\/menu_pack_up.png",
        "static\/img\/menu_resume.png",
        "static\/img\/menu_unfold.png",
        "static\/img\/menu_cancel.png",
        "static\/img\/menu_mouse.png",
        "static\/img\/menu_mouse_close.png",
        "static\/img\/menu_camera.png",
        "static\/img\/menu_camera_close.png",
        "static\/img\/menu_only_camera_close.png",
        "static\/img\/beta_en_icon.svg",
        "static\/img\/beta_zh_icon.svg",
        "static\/js\/mouse.js",
        "static\/js\/vumeter.js",
        "static\/media\/hint.mp3",
        "static\/media\/recording_system_permission.mp4"
    ],
    "version": "1.2.70",
    "name": "Video321 for Chrome",
    "homepage_url": "https:\/\/www.video321.io"
}