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" ] } |