GetBEE Screen Sharing
Extension that allows screen sharing in sessions.
GetBEE Screen Sharingคืออะไร?
GetBEE Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย teachmenow.com และคุณลักษณะหลักของมันคือ "Extension that allows screen sharing in sessions."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GetBEE Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย GetBEE Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension that allows screen sharing in sessions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ncnoedelhfcjmilopopijplhmjnblfkh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/getbee-screen-sharing/ncnoedelhfcjmilopopijplhmjnblfkh |
คำอธิบาย | Extension that allows screen sharing in sessions. |
ขนาดไฟล์ | 29.22 KB |
จำนวนการติดตั้ง | 59 |
เวอร์ชันปัจจุบัน | 1.7 |
อัปเดตครั้งล่าสุด | 2020-07-06 |
วันที่เผยแพร่ | 2020-07-02 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | teachmenow.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GetBEE Screen Sharing", "version": "1.7", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "extension.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.getbee.com\/*", "*:\/\/*.edtechsolutions.org\/*", "*:\/\/*.exclusivementor.com\/*", "*:\/\/*.americanwellnesscenter.ae\/*", "*:\/\/*.selkar.me\/*", "*:\/\/*.theamyhrvold.com\/*", "*:\/\/*.novomed.com\/*", "*:\/\/*.2blimitless.com\/*", "*:\/\/*.arabcoders.ae\/*", "*:\/\/*.dhcc.ae\/*", "*:\/\/*.fintech-galaxy.com\/*", "*:\/\/*.inspiretherapy.ae\/*", "*:\/\/*.thedreamworkcollective.com\/*", "*:\/\/*.meditari.com\/*", "*:\/\/*.sustain-leadership.com\/", "*:\/\/*.noriegahoces.com\/", "*:\/\/*.aquiestoy.live\/" ] }, "permissions": [ "desktopCapture", "tabs" ] } |