Recruitee Meetings
Share your screen with other participants in a Recruitee video call
¿Qué es Recruitee Meetings?
Recruitee Meetings es una extensión de Chrome desarrollada por Recruitee, y su función principal es "Share your screen with other participants in a Recruitee video call".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Recruitee Meetings
Descarga archivos de extensión Recruitee Meetings en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Recruitee Meetings |
ID | jmnpgckhmpmfijmfpnkkmcoklepkcape |
URL Oficial | https://chromewebstore.google.com/detail/recruitee-meetings/jmnpgckhmpmfijmfpnkkmcoklepkcape |
Descripción | Share your screen with other participants in a Recruitee video call |
Tamaño del Archivo | 28.07 KB |
Cantidad de Instalaciones | 63 |
Versión Actual | 0.1.9 |
Última Actualización | 2018-11-30 |
Fecha de Publicación | 2018-11-30 |
Desarrollador | Recruitee |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://recruitee.com/ |
URL de la Página de Política de Privacidad | https://recruitee.com/privacy |
Idiomas Soportados | 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\/*" ] } } |