Vidline Screen Recorder

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

Was ist Vidline Screen Recorder?

Vidline Screen Recorder ist eine Chrome-Erweiterung, die von https://vidline.com entwickelt wurde, und ihr Hauptmerkmal ist "Quickly record screen with audio and camera. Instantly share videos with one click.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Vidline Screen Recorder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Vidline Screen Recorder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Vidline Screen Recorder Vidline Screen Recorder
ID peaiabjigdmcjiigljknblkdmllgmklp
Offizielle URL https://chromewebstore.google.com/detail/vidline-screen-recorder/peaiabjigdmcjiigljknblkdmllgmklp
Beschreibung Quickly record screen with audio and camera. Instantly share videos with one click.
Dateigröße 3.53 MB
Installationsanzahl 32,881
Aktuelle Version 0.1.71
Letztes Update 2023-03-02
Veröffentlichungsdatum 2021-07-18
Bewertung 4.73/5 Insgesamt 176 Bewertungen
Entwickler https://vidline.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://vidline.com/
URL der Datenschutzrichtlinien-Seite https://sider.ai/privacy.html
Unterstützte Sprachen 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
}