WebRTC Desktop Sharing

WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.

WebRTC Desktop Sharing là gì?

WebRTC Desktop Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://www.snappshott.co.za, và tính năng chính của nó là "WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WebRTC Desktop Sharing

Tải xuống các tệp mở rộng WebRTC Desktop Sharing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Snappshott browser tab sharing app                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WebRTC Desktop Sharing WebRTC Desktop Sharing
ID engpcombbmmmmfpbekphjkjnknopmjpk
URL Chính Thức https://chromewebstore.google.com/detail/webrtc-desktop-sharing/engpcombbmmmmfpbekphjkjnknopmjpk
Mô tả WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.
Kích Thước Tệp 83.53 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 2.7
Cập Nhật Lần Cuối 2017-04-08
Ngày Phát Hành 2017-04-08
Nhà Phát Triển https://www.snappshott.co.za
Loại Thanh Toán free
Trang Web Mở Rộng https://www.snappshott.co.za/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebRTC Desktop Sharing",
    "author": "Snappshott",
    "version": "2.7",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "WebRTC based P2P HQ\/HD screen sharing. Share audio+tab or any application's screen. Even share full\/entire screen.",
    "homepage_url": "https:\/\/www.snappshott.co.za\/",
    "background": {
        "scripts": [
            "websocket.js",
            "RTCMultiConnection.min.js",
            "CodecsHandler.js",
            "IceServersHandler.js",
            "desktop-capturing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "Share Desktop!"
    },
    "icons": {
        "16": "images\/desktopCapture16.png",
        "22": "images\/desktopCapture22.png",
        "32": "images\/desktopCapture32.png",
        "48": "images\/desktopCapture48.png",
        "128": "images\/desktopCapture128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "",
        "tabCapture",
        "activeTab"
    ],
    "web_accessible_resources": [
        "images\/desktopCapture48.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}