Recruitee Meetings
Share your screen with other participants in a Recruitee video call
Recruitee Meetings là gì?
Recruitee Meetings là một tiện ích mở rộng Chrome được phát triển bởi Recruitee, và tính năng chính của nó là "Share your screen with other participants in a Recruitee video call".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Recruitee Meetings
Tải xuống các tệp mở rộng Recruitee Meetings dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Recruitee Meetings |
ID | jmnpgckhmpmfijmfpnkkmcoklepkcape |
URL Chính Thức | https://chromewebstore.google.com/detail/recruitee-meetings/jmnpgckhmpmfijmfpnkkmcoklepkcape |
Mô tả | Share your screen with other participants in a Recruitee video call |
Kích Thước Tệp | 28.07 KB |
Số Lần Cài Đặt | 63 |
Phiên Bản Hiện Tại | 0.1.9 |
Cập Nhật Lần Cuối | 2018-11-30 |
Ngày Phát Hành | 2018-11-30 |
Nhà Phát Triển | Recruitee |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://recruitee.com/ |
URL Trang Chính Sách Bảo Mật | https://recruitee.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |