Video321 for Chrome

Easy Record, Easy Share, Easy work

Vad är Video321 for Chrome?

Video321 for Chrome är en Chrome-tillägg utvecklad av LinkV Develop, och dess huvudfunktion är "Easy Record, Easy Share, Easy work".

Tilläggsskärmbilder

screenshot

Ladda ner Video321 for Chrome-förlängningens CRX-fil

Ladda ner Video321 for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        "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"                    

Grundläggande Information om Tillägg

Namn Video321 for Chrome Video321 for Chrome
ID jhjjhmnklianecmobekckbmbpmdnelgh
Officiell webbadress https://chromewebstore.google.com/detail/video321-for-chrome/jhjjhmnklianecmobekckbmbpmdnelgh
Beskrivning Easy Record, Easy Share, Easy work
Filstorlek 4.9 MB
Antal Installationer 227
Aktuell Version 1.2.70
Senast Uppdaterad 2022-06-30
Publiceringsdatum 2021-07-24
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare LinkV Develop
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.linkv.sg
URL till Sekretesspolicy Sidan https://my.video321.net/privacy
Stödda Språk 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"
}