Recruitee Meetings
Share your screen with other participants in a Recruitee video call
Vad är Recruitee Meetings?
Recruitee Meetings är en Chrome-tillägg utvecklad av Recruitee, och dess huvudfunktion är "Share your screen with other participants in a Recruitee video call".
Tilläggsskärmbilder
Ladda ner Recruitee Meetings-förlängningens CRX-fil
Ladda ner Recruitee Meetings-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Recruitee Meetings |
ID | jmnpgckhmpmfijmfpnkkmcoklepkcape |
Officiell webbadress | https://chromewebstore.google.com/detail/recruitee-meetings/jmnpgckhmpmfijmfpnkkmcoklepkcape |
Beskrivning | Share your screen with other participants in a Recruitee video call |
Filstorlek | 28.07 KB |
Antal Installationer | 63 |
Aktuell Version | 0.1.9 |
Senast Uppdaterad | 2018-11-30 |
Publiceringsdatum | 2018-11-30 |
Utvecklare | Recruitee |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://recruitee.com/ |
URL till Sekretesspolicy Sidan | https://recruitee.com/privacy |
Stödda Språk | 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\/*" ] } } |