Phzio Screen Sharing

Phzio Screen Sharing allows you to share your desktop or a Chrome tab while in assessments and video conferencing from Phzio.com

Phzio Screen Sharingคืออะไร?

Phzio Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://app.phzio.com และคุณลักษณะหลักของมันคือ "Phzio Screen Sharing allows you to share your desktop or a Chrome tab while in assessments and video conferencing from Phzio.com"

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

screenshot

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

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

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

                        Extend the capabilities of our video assessment tools to share content from your desktop while in a consultation with your clients.                    

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

ชื่อ Phzio Screen Sharing Phzio Screen Sharing
ID ljllmlbpbkkbniokoeipfhdonmlnhkod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/phzio-screen-sharing/ljllmlbpbkkbniokoeipfhdonmlnhkod
คำอธิบาย Phzio Screen Sharing allows you to share your desktop or a Chrome tab while in assessments and video conferencing from Phzio.com
ขนาดไฟล์ 6.24 KB
จำนวนการติดตั้ง 125
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-09-21
วันที่เผยแพร่ 2018-05-11
ผู้พัฒนา https://app.phzio.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://app.phzio.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Phzio Screen Sharing",
    "description": "Phzio Screen Sharing allows you to share your desktop or a Chrome tab while in assessments and video conferencing from Phzio.com",
    "version": "1.0",
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "homepage_url": "https:\/\/phzio.com",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.phzio.com\/*"
        ]
    },
    "permissions": [
        "desktopCapture"
    ]
}