Chatwork Live Screen Sharing Plugin

Screen sharing for the ChatWork Live

Chatwork Live Screen Sharing Plugin là gì?

Chatwork Live Screen Sharing Plugin là một tiện ích mở rộng Chrome được phát triển bởi https://www.chatwork.com, và tính năng chính của nó là "Screen sharing for the ChatWork Live".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chatwork Live Screen Sharing Plugin

Tải xuống các tệp mở rộng Chatwork Live Screen Sharing Plugin 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

                        Share your screen or document with other Chatwork users in the video/audio calls. 

Chatwork is a business communication platform designed for companies and teams. It brings together text, voice and video chat with task management and file sharing, all in one convenient place. 

Chatwork live is one of the main feature, which lets you to have a video / audio conversation in the browser very easily by using WebRTC technology. 

This Chrome extension enables you to share your screen with other participants in Chatwork Live. 

To share your screen with this extension: 
- Download this extension 
- Log into ChatWork and start video/audio call 
- Click screen share icon on top right corner of window
- Select which window to share from your computer
- Participants can view your shared screen
 
Please learn more about ChatWork from the following link. 
https://go.chatwork.com/                    

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

Tên Chatwork Live Screen Sharing Plugin Chatwork Live Screen Sharing Plugin
ID onlegoellgchehlldljkigjfdiaeajif
URL Chính Thức https://chrome.google.com/webstore/detail/chatwork-live-screen-shar/onlegoellgchehlldljkigjfdiaeajif
Mô tả Screen sharing for the ChatWork Live
Kích Thước Tệp 8.51 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 0.3.2
Cập Nhật Lần Cuối 2018-12-03
Ngày Phát Hành 2018-12-03
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.chatwork.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "kyo_ago",
    "background": {
        "persistent": false,
        "scripts": [
            "src\/background-script.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "src\/content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.chatwork.com\/*",
                "*:\/\/chatwork.com\/*",
                "*:\/\/*.kcw.kddi.ne.jp\/*",
                "*:\/\/kcw.kddi.ne.jp\/*"
            ]
        }
    ],
    "description": "Screen sharing for the ChatWork Live",
    "homepage_url": "http:\/\/www.chatwork.com\/",
    "icons": {
        "16": "img\/icon48.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Chatwork Live Screen Sharing Plugin",
    "permissions": [
        "desktopCapture"
    ],
    "version": "0.3.2",
    "web_accessible_resources": [
        "img\/icon48.png"
    ]
}