Video & Screen Recorder for Work - Drift

Record video, screen, or both. Track views and chat live while they watch.

¿Qué es Video & Screen Recorder for Work - Drift?

Video & Screen Recorder for Work - Drift es una extensión de Chrome desarrollada por https://drift.com, y su función principal es "Record video, screen, or both. Track views and chat live while they watch.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Video & Screen Recorder for Work - Drift

Descarga archivos de extensión Video & Screen Recorder for Work - Drift en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Easily record and share videos that start conversations. Drift Video is the first and only screen recorder where you can chat directly from the videos you create. 

It’s super simple to use. All you have to do is decide what you want to record (your screen, your webcam, or both!), click record, and when you’re finished - share the link with someone. 

Once someone watches your video, we’ll notify you so you can jump in to say hello. 

Key Features

🎥 Record
→ Record your screen (choose any window or browser tab)
→ Record your face using your webcam
→ Record both your screen and webcam
→ Capture voice narration and mouse movements
→ Disable webcam or audio capture easily

✂️ Edit
→ Trim off the beginning or end of your videos
→ Save your videos as animated GIFs (up to 8 seconds)
→ Remove or exclude the audio from your screen recorder

🚀 Share
→ Share your videos directly to Gmail or Slack
→ Copy/paste a shareable link into any email tool including Outlook, Office 365, Outreach, Salesloft, HubSpot, and more. 
→ Animated GIF thumbnails are generated automatically after copy/pasted into an email
→ Download your videos as WEBM or MP4

💬 Chat and Notifications
→ Greet your viewers with a welcome message 
→ Chat live with people who are watching your video (or let them chat with you!)
→ Get notified when someone views your video

🔒 Privacy
→ Securely select and limit viewer access to your videos
→ Set visibility to individual email addresses, entire email domains, Jira teams, or Slack teams

Pricing and Packaging

⚡️ Drift Video Free (FREE FOREVER!)
→ Record, publish, share unlimited videos
→ 100 video archive limit with secure storage
→ Chat directly from your videos

⚡️ Drift Video Pro
→ Secure private sharing
→ Unlimited video storage
→ HD quality videos

Additional Details

Drift Video does not depend on any plugins or applets like Flash or Java and works great on any operating system. New screen recordings are uploaded automatically to your Drift Video library so they are ready for instant sharing.

→ Learn More: www.drift.com/video
→ Need help? Visit www.drift.com/video to chat live with our support team or visit https://gethelp.drift.com/hc/en-us for help documentation
→ Terms of Service: https://www.drift.com/terms-of-service/
→ Privacy Policy: https://www.drift.com/privacy-policy/                    

Información Básica de la Extensión

Nombre Video & Screen Recorder for Work - Drift Video & Screen Recorder for Work - Drift
ID kfhkikpdmehlpkaiplafjkaicdljldcf
URL Oficial https://chromewebstore.google.com/detail/video-screen-recorder-for/kfhkikpdmehlpkaiplafjkaicdljldcf
Descripción Record video, screen, or both. Track views and chat live while they watch.
Tamaño del Archivo 7.5 MB
Cantidad de Instalaciones 60,213
Versión Actual 5.3.26
Última Actualización 2023-08-31
Fecha de Publicación 2020-06-18
Calificación 4.02/5 Total de 666 Calificaciones
Desarrollador https://drift.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.drift.com/video
URL de la Página de Ayuda https://gethelp.drift.com/hc/en-us/categories/360001797014-Drift-Video
URL de la Página de Política de Privacidad https://www.drift.com/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video & Screen Recorder for Work - Drift",
    "short_name": "Drift Video",
    "description": "Record video, screen, or both. Track views and chat live while they watch.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "images\/drift-extension-icon-48x48.png",
        "128": "images\/drift-extension-icon-128x128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "clipboardWrite",
        ""
    ],
    "web_accessible_resources": [
        "facecam.html",
        "permissions.html",
        "*.png",
        "*.svg",
        "images\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.driftqa.com\/*",
            "*:\/\/*.drift.com\/*",
            "*:\/\/localhost:*\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "contentscriptLinkedIn.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.salesloft.com\/*"
            ],
            "js": [
                "contentscriptSalesloft.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.outreach.io\/*"
            ],
            "js": [
                "contentscriptOutreach.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/mail\/*",
                "https:\/\/inbox.google.com\/"
            ],
            "js": [
                "inboxsdk.js",
                "contentscriptGmail.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'sha256-7hW4RFleBQOZujZfdGg6hrOc1kOxJe6HxoO6Fh1d+x0=' 'sha256-\/1iATLRR0JHPdj3QvNBqtd++U7KWdpNgHcT4IyDC0go=' 'unsafe-eval' https:\/\/js.logentries.com https:\/\/cdn.segment.com; object-src 'self'",
    "version": "5.3.26"
}