CTV Screen Sharing

CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.

CTV Screen Sharingคืออะไร?

CTV Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://click-to-video.com และคุณลักษณะหลักของมันคือ "CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CTV Screen Sharing

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

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

                        Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.                    

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

ชื่อ CTV Screen Sharing CTV Screen Sharing
ID kohfoaokpnbibffipkhanldhanejlgpm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ctv-screen-sharing/kohfoaokpnbibffipkhanldhanejlgpm
คำอธิบาย CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.
ขนาดไฟล์ 99.59 KB
จำนวนการติดตั้ง 63
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2016-12-16
วันที่เผยแพร่ 2016-12-16
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://click-to-video.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CTV Screen Sharing",
    "author": "NetStairs",
    "version": "1.6",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "CTV Screen Sharing allows you share screens, along with chat, files, and webcams\/microphones.",
    "homepage_url": "https:\/\/www.click-to-video.com\/",
    "background": {
        "scripts": [
            "websocket.js",
            "RTCMultiConnection.min.js",
            "CodecsHandler.js",
            "desktop-capturing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "CTV Screen Sharing"
    },
    "icons": {
        "16": "images\/desktopCapture16.png",
        "22": "images\/desktopCapture22.png",
        "32": "images\/desktopCapture32.png",
        "48": "images\/desktopCapture48.png",
        "128": "images\/desktopCapture128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/desktopCapture48.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}