Vidline Screen Recorder

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

Vidline Screen Recorderคืออะไร?

Vidline Screen Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vidline.com และคุณลักษณะหลักของมันคือ "Quickly record screen with audio and camera. Instantly share videos with one click."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vidline Screen Recorder

ดาวน์โหลดไฟล์ส่วนขยาย Vidline Screen Recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Vidline Screen Recorder Vidline Screen Recorder
ID peaiabjigdmcjiigljknblkdmllgmklp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vidline-screen-recorder/peaiabjigdmcjiigljknblkdmllgmklp
คำอธิบาย Quickly record screen with audio and camera. Instantly share videos with one click.
ขนาดไฟล์ 3.53 MB
จำนวนการติดตั้ง 32,881
เวอร์ชันปัจจุบัน 0.1.71
อัปเดตครั้งล่าสุด 2023-03-02
วันที่เผยแพร่ 2021-07-18
คะแนน 4.73/5 รวมทั้งหมด 176 คะแนน
ผู้พัฒนา https://vidline.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://vidline.com/
URL หน้านโยบายความเป็นส่วนตัว https://sider.ai/privacy.html
ภาษาที่รองรับ 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
}