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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        "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
عنوان صفحة سياسة الخصوصية 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"
}