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 |
官方網址 | 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" ] } |