FevTutor Desktop Sharing
WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.
FevTutor Desktop Sharingคืออะไร?
FevTutor Desktop Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FocusEduvation และคุณลักษณะหลักของมันคือ "WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FevTutor Desktop Sharing
ดาวน์โหลดไฟล์ส่วนขยาย FevTutor Desktop Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | chnfckdgcolmpchcdjkoemdjffkiceac |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fevtutor-desktop-sharing/chnfckdgcolmpchcdjkoemdjffkiceac |
| คำอธิบาย | WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen. |
| ขนาดไฟล์ | 69.21 KB |
| จำนวนการติดตั้ง | 20 |
| เวอร์ชันปัจจุบัน | 1.1 |
| อัปเดตครั้งล่าสุด | 2016-09-30 |
| วันที่เผยแพร่ | 2016-09-30 |
| ผู้พัฒนา | FocusEduvation |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้านโยบายความเป็นส่วนตัว | https://www.fevtutor.com |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FevTutor Desktop Sharing",
"author": "FevTutor",
"version": "1.1",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "WebRTC based P2P HQ\/HD screen sharing. Share audio+tab or any application's screen. Even share full\/entire screen.",
"homepage_url": "https:\/\/www.fevtutor.com",
"background": {
"scripts": [
"websocket.js",
"RTCMultiConnection.min.js",
"CodecsHandler.js",
"desktop-capturing.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "images\/desktopCapture22.png",
"default_title": "Share Desktop!"
},
"icons": {
"16": "images\/desktopCapture16.png",
"22": "images\/desktopCapture22.png",
"32": "images\/desktopCapture32.png",
"48": "images\/desktopCapture48.png",
"128": "images\/desktopCapture128.png"
},
"permissions": [
"desktopCapture",
"storage"
],
"web_accessible_resources": [
"images\/desktopCapture48.png"
],
"options_ui": {
"page": "options.html",
"chrome_style": true
}
} | |