Wyzant Screen Sharing
This Chrome extension enables screen sharing for the Wyzant online tutoring platform.
Apa itu Wyzant Screen Sharing?
Wyzant Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh Wyzant, Inc, dan fitur utamanya adalah "This Chrome extension enables screen sharing for the Wyzant online tutoring platform.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Wyzant Screen Sharing
Unduh file ekstensi Wyzant Screen Sharing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Wyzant connects students, parents, and tutors and facilitates seamless person to person learning. To learn more, visit wyzant.com.
Informasi Dasar Ekstensi
Nama | Wyzant Screen Sharing |
ID | ggbjpoaaoeklmpdfjcbgenmbdjhecjjp |
URL Resmi | https://chromewebstore.google.com/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp |
Deskripsi | This Chrome extension enables screen sharing for the Wyzant online tutoring platform. |
Ukuran File | 20.08 KB |
Jumlah Instalasi | 20,000 |
Versi Saat Ini | 2.0.1 |
Terakhir Diperbarui | 2018-04-20 |
Tanggal Publikasi | 2018-04-20 |
Penilaian | 3.54/5 Total 13 Penilaian |
Pengembang | Wyzant, Inc |
Tipe Pembayaran | free |
Situs Ekstensi | https://chrome.google.com/webstore/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp?hl=en |
URL Halaman Bantuan | https://wyzant.com/Online/FAQ |
Bahasa yang Didukung | 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" ] } |