Cakap.com screen sharing
Extension to allow screen sharing in Cakap Web Application.
Cakap.com screen sharingคืออะไร?
Cakap.com screen sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Extension to allow screen sharing in Cakap Web Application."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cakap.com screen sharing
ดาวน์โหลดไฟล์ส่วนขยาย Cakap.com screen sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Share the screen from your computer in a class video call, to show presentations, photos and documents. This extension lets you share your screen with other students in Cakap class. - Select which window/application or Chrome tab to share from your computer - Handles multiple screens/monitors
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cakap.com screen sharing |
ID | gblogpkjbimlckjiejaggbcecofamhld |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cakapcom-screen-sharing/gblogpkjbimlckjiejaggbcecofamhld |
คำอธิบาย | Extension to allow screen sharing in Cakap Web Application. |
ขนาดไฟล์ | 13.22 KB |
จำนวนการติดตั้ง | 328 |
เวอร์ชันปัจจุบัน | 0.1.6 |
อัปเดตครั้งล่าสุด | 2019-12-24 |
วันที่เผยแพร่ | 2019-12-23 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "manifest_version": 2, "minimum_chrome_version": "34", "name": "Cakap.com screen sharing", "permissions": [ "desktopCapture" ], "short_name": "Screen sharing for Cakap.com", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.6", "background": { "persistent": true, "scripts": [ "script.js" ] }, "description": "Extension to allow screen sharing in Cakap Web Application.", "externally_connectable": { "matches": [ "*:\/\/*.teacher.egous.vn\/*", "*:\/\/*.brainee.vn\/*", "*:\/\/*.squline.com\/*", "*:\/\/*.cakap.com\/*", "*:\/\/localhost\/*" ] }, "icons": { "128": "128w.png", "16": "16w.png", "48": "48w.png" }, "browser_action": { "default_icon": "16w.png" } } |