Recruitee Meetings

Share your screen with other participants in a Recruitee video call

What is Recruitee Meetings?

Recruitee Meetings is a Chrome extension developed by Recruitee, and its main feature is "Share your screen with other participants in a Recruitee video call".

Extension Screenshots

screenshot
screenshot
screenshot

Download Recruitee Meetings Extension CRX File

Download Recruitee Meetings extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Recruitee Meetings Recruitee Meetings
ID jmnpgckhmpmfijmfpnkkmcoklepkcape
Official URL https://chromewebstore.google.com/detail/recruitee-meetings/jmnpgckhmpmfijmfpnkkmcoklepkcape
Description Share your screen with other participants in a Recruitee video call
File Size 28.07 KB
Installation Count 63
Current Version 0.1.9
Last Updated 2018-11-30
Publish Date 2018-11-30
Developer Recruitee
Email [email protected]
Payment Type free
Extension Website https://recruitee.com/
Privacy Policy Page URL https://recruitee.com/privacy
Supported Languages 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\/*"
        ]
    }
}