Recruitee Meetings
Share your screen with other participants in a Recruitee video call
Cos'è Recruitee Meetings?
Recruitee Meetings è un'estensione di Chrome sviluppata da Recruitee, e la sua funzione principale è "Share your screen with other participants in a Recruitee video call".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Recruitee Meetings
Scarica i file di estensione Recruitee Meetings in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Recruitee Meetings |
ID | jmnpgckhmpmfijmfpnkkmcoklepkcape |
URL Ufficiale | https://chromewebstore.google.com/detail/recruitee-meetings/jmnpgckhmpmfijmfpnkkmcoklepkcape |
Descrizione | Share your screen with other participants in a Recruitee video call |
Dimensione del File | 28.07 KB |
Conteggio Installazioni | 63 |
Versione Corrente | 0.1.9 |
Ultimo Aggiornamento | 2018-11-30 |
Data di Pubblicazione | 2018-11-30 |
Sviluppatore | Recruitee |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://recruitee.com/ |
URL della Pagina della Politica sulla Privacy | https://recruitee.com/privacy |
Lingue Supportate | 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\/*" ] } } |