Video321 for Chrome

Easy Record, Easy Share, Easy work

Video321 for Chromeคืออะไร?

Video321 for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LinkV Develop และคุณลักษณะหลักของมันคือ "Easy Record, Easy Share, Easy work"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video321 for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}