Video & Screen Recorder for Work - Drift

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

O que é Video & Screen Recorder for Work - Drift?

Video & Screen Recorder for Work - Drift é uma extensão do Chrome desenvolvida por https://drift.com, e sua principal característica é "Record video, screen, or both. Track views and chat live while they watch.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Video & Screen Recorder for Work - Drift

Baixe arquivos de extensão Video & Screen Recorder for Work - Drift no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome 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
Descrição Record video, screen, or both. Track views and chat live while they watch.
Tamanho do Arquivo 7.5 MB
Contagem de Instalações 60,213
Versão Atual 5.3.26
Última Atualização 2023-08-31
Data de Publicação 2020-06-18
Classificação 4.02/5 Total de 666 Avaliações
Desenvolvedor https://drift.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.drift.com/video
URL da Página de Ajuda https://gethelp.drift.com/hc/en-us/categories/360001797014-Drift-Video
URL da Página de Política de Privacidade https://www.drift.com/privacy-policy
Idiomas Suportados 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"
}