Video & Screen Recorder for Work - Drift

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

Co to jest Video & Screen Recorder for Work - Drift?

Video & Screen Recorder for Work - Drift to rozszerzenie Chrome opracowane przez https://drift.com, a jego główną funkcją jest „Record video, screen, or both. Track views and chat live while they watch.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Video & Screen Recorder for Work - Drift

Pobierz pliki rozszerzeń Video & Screen Recorder for Work - Drift w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Video & Screen Recorder for Work - Drift Video & Screen Recorder for Work - Drift
ID kfhkikpdmehlpkaiplafjkaicdljldcf
Oficjalny URL https://chromewebstore.google.com/detail/video-screen-recorder-for/kfhkikpdmehlpkaiplafjkaicdljldcf
Opis Record video, screen, or both. Track views and chat live while they watch.
Rozmiar pliku 7.5 MB
Liczba instalacji 60,213
Aktualna Wersja 5.3.26
Ostatnia Aktualizacja 2023-08-31
Data Publikacji 2020-06-18
Ocena 4.02/5 Łącznie 666 Oceny
Deweloper https://drift.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.drift.com/video
Adres URL Strony Pomocy https://gethelp.drift.com/hc/en-us/categories/360001797014-Drift-Video
Adres URL Strony Polityki Prywatności https://www.drift.com/privacy-policy
Obsługiwane Języki 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"
}