hqmeetup screen sharing

This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.

hqmeetup screen sharingคืออะไร?

hqmeetup screen sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://castrr.live และคุณลักษณะหลักของมันคือ "This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย hqmeetup screen sharing

ดาวน์โหลดไฟล์ส่วนขยาย hqmeetup screen sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This chrome extension is used for screen sharing in the hqmeetup online meeting platform.                    

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

ชื่อ hqmeetup screen sharing hqmeetup screen sharing
ID apgmehfolpammmebikmcomgjpgfdfdea
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hqmeetup-screen-sharing/apgmehfolpammmebikmcomgjpgfdfdea
คำอธิบาย This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.
ขนาดไฟล์ 97.85 KB
จำนวนการติดตั้ง 291
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2018-11-30
วันที่เผยแพร่ 2018-11-30
ผู้พัฒนา http://castrr.live
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://hqmeetup.com
URL หน้าช่วยเหลือ https://hqwebinar.com/dashboard/support/docs
URL หน้านโยบายความเป็นส่วนตัว https://hqwebinar.com/dashboard/support/docs/terms.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hqmeetup screen sharing",
    "author": "hqsuite",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.",
    "homepage_url": "https:\/\/hqmeetup.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.hqmeetup.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}