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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

TawkNow Desktop Capture 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 TawkNow Desktop Capture TawkNow Desktop Capture
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"
    ]
}