TawkNow Desktop Capture
Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application
什么是TawkNow Desktop Capture?
TawkNow Desktop Capture是由https://tawknow.com开发的Chrome扩展程序,该扩展的主要功能是“Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application”。
扩展截图
下载TawkNow Desktop Capture扩展crx文件
下载TawkNow Desktop Capture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application Share the screen from your computer in a video conversation, to show presentations, photos and documents. This extension lets you share your screen with other participants in a TawkNow room, so you can hold efficient online meetings. - Select which window/application or Chrome tab to share from your computer - Handles multiple screens/monitors - Participants can click to view your shared screen in fullscreen **PRIVACY POLICY** https://www.tawknow.com/privacy-policy
扩展基本信息
名称 | |
ID | emolhkkoikjjcokganpmlbjkcdnbeodj |
官方URL | https://chromewebstore.google.com/detail/tawknow-desktop-capture/emolhkkoikjjcokganpmlbjkcdnbeodj |
简介 | Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application |
文件大小 | 12.5 KB |
安装次数 | 12 |
当前版本 | 0.1.1 |
更新时间 | 2019-12-25 |
上架时间 | 2019-12-17 |
评分 | 5.00/5 共1次评分 |
开发者 | https://tawknow.com |
付费类型 | free |
扩展官网 | https://www.tawknow.com |
隐私政策页面URL | https://www.tawknow.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TawkNow Desktop Capture", "description": "Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application", "version": "0.1.1", "manifest_version": 2, "background": { "scripts": [ "extension.js" ], "persistent": false }, "content_scripts": [ { "all_frames": true, "js": [ "content-script.js" ], "matches": [ "https:\/\/www.tawknow.com\/room\/*", "https:\/\/tawknow.com\/room\/*" ], "run_at": "document_end" } ], "homepage_url": "https:\/\/www.tawknow.com\/", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "permissions": [ "desktopCapture" ] } |