Recruitee Meetings

Share your screen with other participants in a Recruitee video call

Co je Recruitee Meetings?

Recruitee Meetings je rozšíření Chrome vyvinuté Recruitee, a jeho hlavní funkcí je „Share your screen with other participants in a Recruitee video call“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Recruitee Meetings

Stáhněte si soubory rozšíření Recruitee Meetings ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Recruitee Meetings Recruitee Meetings
ID jmnpgckhmpmfijmfpnkkmcoklepkcape
Oficiální URL https://chromewebstore.google.com/detail/recruitee-meetings/jmnpgckhmpmfijmfpnkkmcoklepkcape
Popis Share your screen with other participants in a Recruitee video call
Velikost souboru 28.07 KB
Počet instalací 63
Aktuální Verze 0.1.9
Poslední Aktualizace 2018-11-30
Datum Vydání 2018-11-30
Vývojář Recruitee
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://recruitee.com/
URL Stránky Zásad Ochrany Soukromí https://recruitee.com/privacy
Podporované Jazyky 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\/*"
        ]
    }
}