Wyzant Screen Sharing
This Chrome extension enables screen sharing for the Wyzant online tutoring platform.
Wyzant Screen Sharingคืออะไร?
Wyzant Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wyzant, Inc และคุณลักษณะหลักของมันคือ "This Chrome extension enables screen sharing for the Wyzant online tutoring platform."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wyzant Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย Wyzant Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Wyzant connects students, parents, and tutors and facilitates seamless person to person learning. To learn more, visit wyzant.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" ] } |