Recruitee Meetings
Share your screen with other participants in a Recruitee video call
O que é Recruitee Meetings?
Recruitee Meetings é uma extensão do Chrome desenvolvida por Recruitee, e sua principal característica é "Share your screen with other participants in a Recruitee video call".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Recruitee Meetings
Baixe arquivos de extensão Recruitee Meetings no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Recruitee Meetings |
ID | jmnpgckhmpmfijmfpnkkmcoklepkcape |
URL Oficial | https://chromewebstore.google.com/detail/recruitee-meetings/jmnpgckhmpmfijmfpnkkmcoklepkcape |
Descrição | Share your screen with other participants in a Recruitee video call |
Tamanho do Arquivo | 28.07 KB |
Contagem de Instalações | 63 |
Versão Atual | 0.1.9 |
Última Atualização | 2018-11-30 |
Data de Publicação | 2018-11-30 |
Desenvolvedor | Recruitee |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://recruitee.com/ |
URL da Página de Política de Privacidade | https://recruitee.com/privacy |
Idiomas Suportados | 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\/*" ] } } |