Wit Web Communicator Screen Sharing

This extension allows you to share your screen

Wit Web Communicator Screen Sharing là gì?

Wit Web Communicator Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://demo.wit-software.com/webcommunicator/webrtc, và tính năng chính của nó là "This extension allows you to share your 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 Wit Web Communicator Screen Sharing

Tải xuống các tệp mở rộng Wit Web Communicator Screen 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

                        This extension needs to be installed in order to use screen share feature when using WIT-Software web products in Chrome.

If you want to know more about us please visit https://www.wit-software.com/                    

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

Tên Wit Web Communicator Screen Sharing Wit Web Communicator Screen Sharing
ID chdodaolgebgmhjkppjcincpoeonlgnc
URL Chính Thức https://chromewebstore.google.com/detail/wit-web-communicator-scre/chdodaolgebgmhjkppjcincpoeonlgnc
Mô tả This extension allows you to share your screen
Kích Thước Tệp 9.03 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2018-06-06
Ngày Phát Hành 2018-06-05
Nhà Phát Triển https://demo.wit-software.com/webcommunicator/webrtc
Loại Thanh Toán free
Trang Web Mở Rộng https://www.wit-software.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wit Web Communicator Screen Sharing",
    "description": "This extension allows you to share your screen",
    "version": "0.0.6",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "wit16.png",
        "48": "wit48.png",
        "128": "wit128.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.wit-software.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.wit-software.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}