vidCAPTURE by vidREACH

Record screen, camera and tab videos

vidCAPTURE by vidREACHคืออะไร?

vidCAPTURE by vidREACH เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vidreach.io และคุณลักษณะหลักของมันคือ "Record screen, camera and tab videos"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย vidCAPTURE by vidREACH

ดาวน์โหลดไฟล์ส่วนขยาย vidCAPTURE by vidREACH ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        With vidCAPTURE, you can easily create and send personalized videos and screen recordings that set you apart from the competition and make your cold leads a little warmer. vidREACH gives you the personal edge you need to make an impression and crush your goals.

It’s easy to get started:
●	Download the vidCAPTURE by vidREACH plugin from the Chrome Store
●	Log in to your vidREACH account 
●	Record a video or desktop or a Chrome tab and share it

At vidREACH, it’s our mission to make sure that using video as a communication tool is easy and hassle-free. We believe in the power of personalized video to change the way people communicate with each other. 
vidREACH integrates seamlessly with tools you already use, like Gmail, Office 365, Salesforce, social media platforms, and more. You will benefit from helpful features like:

●	Real-time notifications for when someone opens your email or watches your video
●	Analytics to show you which videos are resonating with your audience
●	A video library that houses uploaded videos or videos recorded within the platform
●	The ability to record videos directly in Gmail for maximum productivity.

Watch your numbers skyrocket with vidREACH. Sending custom video campaigns not only helps you stand out from the crowd, but exponentially boosts your open and click rates.

Ready to stand out in the inbox with vidREACH? Get started today for free.                    

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

ชื่อ vidCAPTURE by vidREACH vidCAPTURE by vidREACH
ID bilkoojlfnioiajolamljhbhhkbhmepp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vidcapture-by-vidreach/bilkoojlfnioiajolamljhbhhkbhmepp
คำอธิบาย Record screen, camera and tab videos
ขนาดไฟล์ 5.94 MB
จำนวนการติดตั้ง 353
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-02-09
วันที่เผยแพร่ 2020-04-02
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://vidreach.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.vidreach.io
URL หน้านโยบายความเป็นส่วนตัว https://vidreach.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "vidCAPTURE by vidREACH",
    "short_name": "vidCAPTURE",
    "author": "Vishal Shah",
    "version": "1.0.4",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "description": "Record screen, camera and tab videos",
    "homepage_url": "https:\/\/www.vidreach.io",
    "background": {
        "service_worker": "background\/sw.js"
    },
    "action": {
        "default_icon": "images\/vidreach128.png",
        "default_title": "vidCAPTURE - Record Your Screen, Tab or Camera",
        "default_popup": "dropdown.html"
    },
    "icons": {
        "16": "images\/vidreach16.png",
        "22": "images\/vidreach22.png",
        "32": "images\/vidreach32.png",
        "48": "images\/vidreach48.png",
        "128": "images\/vidreach128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "tabCapture",
        "activeTab",
        "notifications",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.hirenami.com\/*",
        "https:\/\/*.vidreach.io\/*",
        "https:\/\/hirenami-video-stg.s3.amazonaws.com\/*",
        "https:\/\/hirenami-video.s3.amazonaws.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; script-src-elem 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/VRlogo.png",
                "images\/vidreach128.png",
                "images\/icon.png",
                "images\/progress.gif",
                "images\/vidreach.gif",
                "images\/camera_off.png",
                "frame.html",
                "cameramover.js",
                "countdown.js",
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}