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 - это расширение Chrome, разработанное https://drift.com, и его основная функция - "Record video, screen, or both. Track views and chat live while they watch.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Video & Screen Recorder for Work - Drift

Скачайте файлы расширений 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
Официальный URL 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"
}