Wyzant Screen Sharing

This Chrome extension enables screen sharing for the Wyzant online tutoring platform.

Wyzant Screen Sharing क्या है?

Wyzant Screen Sharing Wyzant, Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension enables screen sharing for the Wyzant online tutoring platform."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        Wyzant connects students, parents, and tutors and facilitates seamless person to person learning. To learn more, visit wyzant.com.                    

एक्सटेंशन की मूल जानकारी

नाम Wyzant Screen Sharing Wyzant Screen Sharing
ID ggbjpoaaoeklmpdfjcbgenmbdjhecjjp
आधिकारिक URL https://chromewebstore.google.com/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp
विवरण This Chrome extension enables screen sharing for the Wyzant online tutoring platform.
फ़ाइल का आकार 20.08 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2018-04-20
प्रकाशन तिथि 2018-04-20
रेटिंग 3.54/5 कुल 13 रेटिंग्स
डेवलपर Wyzant, Inc
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://chrome.google.com/webstore/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp?hl=en
सहायता पृष्ठ URL https://wyzant.com/Online/FAQ
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wyzant Screen Sharing",
    "author": "Wyzant",
    "version": "2.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "description": "This Chrome extension enables screen sharing for the Wyzant online tutoring platform.",
    "homepage_url": "http:\/\/wyzant.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.wyzant.io\/*",
            "https:\/\/*.wyzant.com\/*",
            "https:\/\/*.wyzant.dog\/*",
            "https:\/\/*.wyzdev.com\/*",
            "https:\/\/*.wyzdev.dog\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "browser_action": {
        "default_icon": "logo16.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}