TawkNow Desktop Capture

Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application

TawkNow Desktop Capture là gì?

TawkNow Desktop Capture là một tiện ích mở rộng Chrome được phát triển bởi https://tawknow.com, và tính năng chính của nó là "Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TawkNow Desktop Capture

Tải xuống các tệp mở rộng TawkNow Desktop Capture dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TawkNow Desktop Capture TawkNow Desktop Capture
ID emolhkkoikjjcokganpmlbjkcdnbeodj
URL Chính Thức https://chromewebstore.google.com/detail/tawknow-desktop-capture/emolhkkoikjjcokganpmlbjkcdnbeodj
Mô tả Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application
Kích Thước Tệp 12.5 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2019-12-25
Ngày Phát Hành 2019-12-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://tawknow.com
Loại Thanh Toán free
Trang Web Mở Rộng https://www.tawknow.com
URL Trang Chính Sách Bảo Mật https://www.tawknow.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}