Tesse - Share Screen
This extension help you share your screen
Tesse - Share Screenคืออะไร?
Tesse - Share Screen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tesse.io และคุณลักษณะหลักของมันคือ "This extension help you share your screen"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tesse - Share Screen
ดาวน์โหลดไฟล์ส่วนขยาย Tesse - Share Screen ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension helps you to share your screen in a video call to show presentations, photos, and documents. Tesse.io allows you to start a video call, without the need to download or install anything. This extension allows you to share your screen with other participants in tesse.io call/chat session, to improve your online meeting efficiency. You can select the window/apllication you want to share. This extension was built based on open source: https://github.com/muaz-khan
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tesse - Share Screen |
ID | cgplojjghbkfimkgggajefldkpmaklll |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tesse-share-screen/cgplojjghbkfimkgggajefldkpmaklll |
คำอธิบาย | This extension help you share your screen |
ขนาดไฟล์ | 8.71 KB |
จำนวนการติดตั้ง | 33 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2018-10-11 |
วันที่เผยแพร่ | 2018-10-11 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://tesse.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://tesse.io/tessbot |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tesse - Share Screen", "author": "Tesse, Inc.", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension help you share your screen", "homepage_url": "https:\/\/tesse.io", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/tesse.io\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ], "browser_action": { "default_icon": "icon.png" } } |