Chatwork Live Screen Sharing Plugin
Screen sharing for the ChatWork Live
Chatwork Live Screen Sharing Plugin क्या है?
Chatwork Live Screen Sharing Plugin https://www.chatwork.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Screen sharing for the ChatWork Live"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chatwork Live Screen Sharing Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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/
एक्सटेंशन की मूल जानकारी
नाम | |
ID | onlegoellgchehlldljkigjfdiaeajif |
आधिकारिक URL | https://chrome.google.com/webstore/detail/chatwork-live-screen-shar/onlegoellgchehlldljkigjfdiaeajif |
विवरण | Screen sharing for the ChatWork Live |
फ़ाइल का आकार | 8.51 KB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 0.3.2 |
अंतिम अपडेट | 2018-12-03 |
प्रकाशन तिथि | 2018-12-03 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://www.chatwork.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |