Vidline Screen Recorder

Quickly record screen with audio and camera. Instantly share videos with one click.

Vidline Screen Recorder là gì?

Vidline Screen Recorder là một tiện ích mở rộng Chrome được phát triển bởi https://vidline.com, và tính năng chính của nó là "Quickly record screen with audio and camera. Instantly share videos with one click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vidline Screen Recorder

Tải xuống các tệp mở rộng Vidline Screen Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Vidline helps you to record your screen and cam quickly, and share the recording instantly. 

You can record screen with camera and audio, share videos instantly with links, collaborate with teams, upload recordings to the cloud, or download videos, and more! Get Vidline now for free! No ads! No recording time limits!

KEY FEATURE
⏺️ Record screen, camera, microphone and system audio
🔗 Share recordings instantly with links, viewers could watch the video without login
🔒 Choose if viewers could download and save your shared videos
💾 Save videos to the cloud, without occupying your computer space
⏬ Download HD screen recording files without watermark
💬 Comment and interact with people on videos
🖌️ Mark contents and explain clearly through annotation tools
🎬 Right click web to start recording quickly
🖥 Manage recorded videos easily in the video library
📀 Record videos of different resolution at 720p, 1080p, 2k and 4k

RECORD SCREEN
- Record videos at full screen, in a window, a browser tab, or custom area
- Record system audio, microphone, output Bluetooth, earphone, voice
- Select cloud recordings, recorded videos will directly save to the cloud, with no space occupied
- Select local recordings, recorded videos will directly save to your computer

RECORDING SCENARIO
- Study: record videos of online courses and remote teaching, connect educators and students, record screen of research reports, useful information
- Work: Screen record business meetings, zoom meetings and personal presentation
- Entertain: Screencastify game videos, and share them with friends and family, capture live stream, facecam reaction, music video, Youtube video
- Daily life: Record everything you think that is worth stored and memorized

VIDEO NOTES FOR WORK
- Create workspaces for teams to collaborate, store materials
- Leave time-based comments, tag team members to notify them
- Get notified immediately when someone comments
- Save time for meeting arrangements

ABOUT VIDLINE
Vidline is a video recorder created for hybrid workplaces and remote workers. There are now countless uses for short videos in the workplace from daily standups to online classes, from bug reports to design demos. Vidline is trying to be the best easy-to-use screen recorder extension to help improve video communication and productivity in work, study and daily life.

If you have any questions or feedback, please feel free to contact us at [email protected]. We’ll be always here to help along the way.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vidline Screen Recorder Vidline Screen Recorder
ID peaiabjigdmcjiigljknblkdmllgmklp
URL Chính Thức https://chromewebstore.google.com/detail/vidline-screen-recorder/peaiabjigdmcjiigljknblkdmllgmklp
Mô tả Quickly record screen with audio and camera. Instantly share videos with one click.
Kích Thước Tệp 3.53 MB
Số Lần Cài Đặt 32,881
Phiên Bản Hiện Tại 0.1.71
Cập Nhật Lần Cuối 2023-03-02
Ngày Phát Hành 2021-07-18
Đánh Giá 4.73/5 Tổng số 176 Đánh Giá
Nhà Phát Triển https://vidline.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vidline.com/
URL Trang Chính Sách Bảo Mật https://sider.ai/privacy.html
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_short_name__",
    "version": "0.1.71",
    "version_name": "0.1.71",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "icons": {
        "48": ".\/logo_48.png",
        "128": ".\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "vendors.bundle.js",
                "runtime.bundle.js",
                "frames.bundle.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "vendors.bundle.js",
            "runtime.bundle.js",
            "background.bundle.js",
            "mp4_muxer.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "__MSG_browser_action_title__",
        "default_popup": "popup.html?mode=popup"
    },
    "web_accessible_resources": [
        "logo.png",
        "camera-video.html",
        "get-access.html",
        "upload.html",
        "static\/*",
        "fonts\/*",
        "models\/*",
        "tflite\/*",
        "backgrounds\/*",
        "mp4_muxer.wasm",
        "mp4_muxer.worker.js"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/vidline.com\/*",
            "https:\/\/*.vidline.com\/*"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+V",
                "mac": "MacCtrl+Command+V"
            }
        },
        "start_or_stop": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "MacCtrl+Command+S"
            },
            "description": "__MSG_shortcuts_start_or_stop__"
        },
        "pause_or_resume": {
            "suggested_key": {
                "default": "Ctrl+Shift+R",
                "mac": "MacCtrl+Command+R"
            },
            "description": "__MSG_shortcuts_pause_or_resume__"
        }
    },
    "permissions": [
        "*:\/\/*.vidline.com\/*",
        "",
        "cookies",
        "desktopCapture",
        "tabCapture",
        "notifications",
        "activeTab",
        "unlimitedStorage",
        "contextMenus",
        "idle",
        "power"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "offline_enabled": true
}