Video & Screen Recorder For Work | Covideo

Record video from your webcam & screen, share them instantly, track who’s watching!

Video & Screen Recorder For Work | Covideoคืออะไร?

Video & Screen Recorder For Work | Covideo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.covideo.com และคุณลักษณะหลักของมันคือ "Record video from your webcam & screen, share them instantly, track who’s watching!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video & Screen Recorder For Work | Covideo

ดาวน์โหลดไฟล์ส่วนขยาย Video & Screen Recorder For Work | Covideo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Covideo is the easiest way to record, share, and track video messages for business. Our simple-to-use tool makes it fast and easy to record videos from your webcam or capture your screen. 

Features: 

🎥  RECORD your webcam, screen or both
🎨 CUSTOMIZE videos by adding your own calls-to-action & landing page 
✂️ EDIT videos by trimming, merging, adding captions and annotations 
📧 SEND directly through Gmail or share through social media
📈 TRACK email opens, videos views and clicks through email notifications and activity sidebar

Record, edit and share unlimited videos with prospects, customers or colleagues. More than 10,000 teams and individuals use Covideo to: 

✔️  Supercharge outreach 
✔️  Convert more leads
✔️  Close more deals 

Download the Covideo Chrome extension now to get started!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Video & Screen Recorder For Work | Covideo Video & Screen Recorder For Work | Covideo
ID hpinghefcjjgfegpbpcigbgcdmboadjc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-screen-recorder-for/hpinghefcjjgfegpbpcigbgcdmboadjc
คำอธิบาย Record video from your webcam & screen, share them instantly, track who’s watching!
ขนาดไฟล์ 4.74 MB
จำนวนการติดตั้ง 2,977
เวอร์ชันปัจจุบัน 3.0.1.2
อัปเดตครั้งล่าสุด 2024-01-31
วันที่เผยแพร่ 2020-04-22
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://www.covideo.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.covideo.com/
URL หน้าช่วยเหลือ https://intercom.help/covideo-8a7de4b40e52/en
URL หน้านโยบายความเป็นส่วนตัว https://www.covideo.com/privacy-policy-covideo
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Covideo",
    "name": "Video & Screen Recorder For Work | Covideo",
    "description": "Record video from your webcam & screen, share them instantly, track who\u2019s watching!",
    "manifest_version": 3,
    "action": {
        "default_icon": "icon\/favicon.png",
        "default_popup": "index.html",
        "default_title": "Video & Screen Recorder For Work | Covideo"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl1rFFvO\/WC1aMMZmJ0vQdAuetDj6z9yJxOK3X9wBBh3LIRRzDdcjow12v08GM7Z4q2BKw5Z640As3+I0tUEjsvJckRCRLIIo3D4gBw+SnivhGZ6\/y9OUk18PmG70KpL0twovznschLQgNRvGAdlTIKF7ygfLReVF1yApVtffBA8iUI18SrcKXaMPUNJPUVkKnHJHYjWv82y8MP\/fjb940M4ZAMTkhFcCYqS0OF95Lurxh909sG\/wnH\/pwYgWxjvYh7VD0fBzBXM6AVB3s+HFu81Ym7RhUA1MolFDXF5ml6XotmVWc2K7iwcwJ6EkU6WVKHWPqTwkEpn7rsuBNWJ4hQIDAQAB",
    "icons": {
        "16": "icon\/favicon.png",
        "48": "icon\/favicon.png",
        "128": "icon\/favicon.png"
    },
    "background": {
        "service_worker": "backgroundWorker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "pageWorld.js",
                "background.js",
                "gmailWindow.js"
            ],
            "css": [
                "gmailWindow.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "gmailWindow.js"
            ],
            "css": [
                "gmailWindow.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*.hubspot.com\/*"
            ],
            "js": [
                "gmailWindow.js"
            ],
            "css": [
                "gmailWindow.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*.cloudkennect.com\/*"
            ],
            "js": [
                "gmailWindow.js"
            ],
            "css": [
                "gmailWindow.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "",
                "*:\/\/localhost\/*"
            ],
            "js": [
                ".\/backgroundHelper\/DrawImagesOnCanvasCommand.js",
                ".\/backgroundHelper\/RouteCapturedDataToDestinationCommand.js",
                ".\/backgroundHelper\/HandleEntirePageScreenshotCommand.js",
                ".\/backgroundHelper\/HandleFinishSelectedAreaScreenshotCommand.js",
                ".\/backgroundHelper\/HandleWindowScreenshotCommand.js",
                ".\/backgroundHelper\/ScreenshotController.js",
                ".\/EntirePageScreenshot.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "host_permissions": [
        "https:\/\/eiy0talp86.execute-api.us-east-1.amazonaws.com\/dev\/*",
        "https:\/\/3atmfp4on1.execute-api.us-east-1.amazonaws.com\/prod\/*",
        "https:\/\/www.inboxsdk.com\/*",
        "https:\/\/covideo.com\/",
        "https:\/\/www.covideo.com\/",
        "https:\/\/dev.covideo.com\/",
        "https:\/\/mail.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/*.hubspot.com\/*",
        "https:\/\/*.cloudkennect.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "permissions": [
        "scripting",
        "tabs",
        "activeTab",
        "notifications",
        "clipboardWrite",
        "desktopCapture",
        "storage",
        "unlimitedStorage"
    ],
    "options_ui": {
        "page": ".\/options_window.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "pageWorld.js",
                "options_window.html",
                "cameraStream.html",
                "cameraStream.js",
                "cameraNoSound.html",
                "cameraNoSound.js",
                "gmail.js",
                "gmailNotify.js",
                "gmailInjector.js",
                "extension_button.js",
                "pageLeaveAlert.js",
                "options.js",
                "icon\/*",
                "static\/*",
                "backgroundHelper\/*",
                "sso-signin.html",
                "record_screen_window.html",
                "covideoIntercomWidget.js",
                "platform-implementation.js",
                "workbox-sw.js",
                "annotate_window.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "start-stop-recording": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "MacCtrl+Shift+1",
                "chromeos": "Ctrl+Shift+1",
                "linux": "Ctrl+Shift+1"
            },
            "description": "Start\/Stop recording",
            "global": true
        },
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "MacCtrl+Shift+Y",
                "chromeos": "Ctrl+Shift+Y",
                "linux": "Ctrl+Shift+Y"
            },
            "global": false
        }
    },
    "version": "3.0.1.2",
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    }
}