Video & Screen Recorder for Work - Drift

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

什麼是Video & Screen Recorder for Work - Drift?

Video & Screen Recorder for Work - Drift是由https://drift.com開發的Chrome擴展程式,該擴展的主要功能是“Record video, screen, or both. Track views and chat live while they watch.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Video & Screen Recorder for Work - Drift擴展crx文件

下載Video & Screen Recorder for Work - Drift擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/                    

擴展基本資訊

名稱 Video & Screen Recorder for Work - Drift Video & Screen Recorder for Work - Drift
ID kfhkikpdmehlpkaiplafjkaicdljldcf
官方網址 https://chromewebstore.google.com/detail/video-screen-recorder-for/kfhkikpdmehlpkaiplafjkaicdljldcf
簡介 Record video, screen, or both. Track views and chat live while they watch.
檔案大小 7.5 MB
安裝次數 60,213
目前版本 5.3.26
更新時間 2023-08-31
上架時間 2020-06-18
評分 4.02/5 共 666 次評分
開發者 https://drift.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.drift.com/video
說明頁面URL https://gethelp.drift.com/hc/en-us/categories/360001797014-Drift-Video
隱私政策頁面URL https://www.drift.com/privacy-policy
支援的語言 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"
}