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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tawknow.com และคุณลักษณะหลักของมันคือ "Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TawkNow Desktop Capture

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    ]
}