24HourAnswers whiteboard screen sharing
Enables screen sharing from the whiteboard on 24HourAnswers.com
24HourAnswers whiteboard screen sharingคืออะไร?
24HourAnswers whiteboard screen sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.24houranswers.com และคุณลักษณะหลักของมันคือ "Enables screen sharing from the whiteboard on 24HourAnswers.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 24HourAnswers whiteboard screen sharing
ดาวน์โหลดไฟล์ส่วนขยาย 24HourAnswers whiteboard screen sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This app enables screen sharing in the whiteboard found on 24HourAnswers.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cngccmhpnjalabkhjkmoidaojddidfng |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/24houranswers-whiteboard/cngccmhpnjalabkhjkmoidaojddidfng |
คำอธิบาย | Enables screen sharing from the whiteboard on 24HourAnswers.com |
ขนาดไฟล์ | 24.26 KB |
จำนวนการติดตั้ง | 170 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2015-09-15 |
วันที่เผยแพร่ | 2015-09-15 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://www.24houranswers.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.24houranswers.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "24HourAnswers whiteboard screen sharing", "description": "Enables screen sharing from the whiteboard on 24HourAnswers.com", "version": "1.0.3", "manifest_version": 2, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.24houranswers.com\/*", "*:\/\/*.collegetutoronline.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "externally_connectable": { "matches": [ "*:\/\/*.24houranswers.com\/*", "*:\/\/*.collegetutoronline.com\/*" ] } } |