Zoho Screen Sharing

Connect with your remote learners/attendees through video broadcast and screensharing instantly.

Zoho Screen Sharingคืออะไร?

Zoho Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zoho.com และคุณลักษณะหลักของมันคือ "Connect with your remote learners/attendees through video broadcast and screensharing instantly."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zoho Screen Sharing

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

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

                        Share your screen to show how it is done! 

You can make your screen visible to your trainees or your attendees. Convey ideas and explain processes in detail instantaneously. 

Through this extension, you can share your screen with your learners in a Zoho ShowTime powered classroom.                    

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

ชื่อ Zoho Screen Sharing Zoho Screen Sharing
ID alojhmccmalcppopolaegbopeiakokne
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zoho-screen-sharing/alojhmccmalcppopolaegbopeiakokne
คำอธิบาย Connect with your remote learners/attendees through video broadcast and screensharing instantly.
ขนาดไฟล์ 28.27 KB
จำนวนการติดตั้ง 2,914
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2019-08-26
วันที่เผยแพร่ 2019-08-26
คะแนน 3.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://zoho.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://showtime.zoho.com
URL หน้าช่วยเหลือ https://www.zoho.com/showtime/help/
URL หน้านโยบายความเป็นส่วนตัว https://www.zoho.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zoho Screen Sharing",
    "author": "Showtime",
    "version": "1.0.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Connect with your remote learners\/attendees through video broadcast and screensharing instantly.",
    "homepage_url": "https:\/\/showtime.zoho.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.zoho.com\/*",
            "https:\/\/*.zoho.eu\/*",
            "https:\/\/*.zoho.jp\/*",
            "https:\/\/*.zoho.com.cn\/*",
            "https:\/\/*.zoho.in\/*",
            "https:\/\/*.zoho.com.au\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ]
}