The Conference system Screen Sharing
Add Screen Sharing to the conference system.
The Conference system Screen Sharingคืออะไร?
The Conference system Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bellface.inc.develop และคุณลักษณะหลักของมันคือ "Add Screen Sharing to the conference system."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Conference system Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย The Conference system Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Screen Sharing Extension for Chrome.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | The Conference system Screen Sharing |
ID | dafmbamledgmihaihnlpegddgjhaadcl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/the-conference-system-scr/dafmbamledgmihaihnlpegddgjhaadcl |
คำอธิบาย | Add Screen Sharing to the conference system. |
ขนาดไฟล์ | 50.44 KB |
จำนวนการติดตั้ง | 10,734 |
เวอร์ชันปัจจุบัน | 0.96 |
อัปเดตครั้งล่าสุด | 2022-12-08 |
วันที่เผยแพร่ | 2020-06-11 |
ผู้พัฒนา | bellface.inc.develop |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "author": "BellFace Inc.", "version": "0.96", "manifest_version": 3, "default_locale": "en", "minimum_chrome_version": "88", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/user.bell-face.com\/", "background": { "service_worker": "background-script.js" }, "externally_connectable": { "matches": [ "https:\/\/*.bell-face.example.com\/*", "https:\/\/*.bell-face.local\/*", "https:\/\/*.bell-face.co\/*", "https:\/\/*.bell-face.fyi\/*", "https:\/\/*.bell-face.fm\/*", "https:\/\/*.bell-face.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ { "resources": [ "icon.png" ], "matches": [ "https:\/\/*.bell-face.example.com\/*", "https:\/\/*.bell-face.local\/*", "https:\/\/*.bell-face.co\/*", "https:\/\/*.bell-face.fyi\/*", "https:\/\/*.bell-face.fm\/*", "https:\/\/*.bell-face.com\/*" ] } ] } |