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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Phzio Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}