Recruitee Meetings
Share your screen with other participants in a Recruitee video call
Recruitee Meetingsคืออะไร?
Recruitee Meetings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Recruitee และคุณลักษณะหลักของมันคือ "Share your screen with other participants in a Recruitee video call"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Recruitee Meetings
ดาวน์โหลดไฟล์ส่วนขยาย Recruitee Meetings ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Recruitee Meetings brings conversations to life with group video calls, live chat and even screen sharing. A simple extension that helps you share your screen on a Video Call over Chrome. You can try it out yourself at https://meet.recruitee.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Recruitee Meetings |
ID | jmnpgckhmpmfijmfpnkkmcoklepkcape |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/recruitee-meetings/jmnpgckhmpmfijmfpnkkmcoklepkcape |
คำอธิบาย | Share your screen with other participants in a Recruitee video call |
ขนาดไฟล์ | 28.07 KB |
จำนวนการติดตั้ง | 63 |
เวอร์ชันปัจจุบัน | 0.1.9 |
อัปเดตครั้งล่าสุด | 2018-11-30 |
วันที่เผยแพร่ | 2018-11-30 |
ผู้พัฒนา | Recruitee |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://recruitee.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://recruitee.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Recruitee Meetings", "description": "Share your screen with other participants in a Recruitee video call", "version": "0.1.9", "minimum_chrome_version": "34", "icons": { "16": "favicon_16.png", "32": "favicon_32.png", "48": "favicon_48.png", "128": "favicon_128.png" }, "browser_action": { "default_icon": { "16": "favicon_16.png", "32": "favicon_32.png", "48": "favicon_48.png", "128": "favicon_128.png" } }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/meet.recruitee.com\/*", "*:\/\/video.s.recruitee.com\/*" ] } } |