Recruitee Meetings

Share your screen with other participants in a Recruitee video call

Co to jest Recruitee Meetings?

Recruitee Meetings to rozszerzenie Chrome opracowane przez Recruitee, a jego główną funkcją jest „Share your screen with other participants in a Recruitee video call”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Recruitee Meetings

Pobierz pliki rozszerzeń Recruitee Meetings w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Recruitee Meetings Recruitee Meetings
ID jmnpgckhmpmfijmfpnkkmcoklepkcape
Oficjalny URL https://chromewebstore.google.com/detail/recruitee-meetings/jmnpgckhmpmfijmfpnkkmcoklepkcape
Opis Share your screen with other participants in a Recruitee video call
Rozmiar pliku 28.07 KB
Liczba instalacji 63
Aktualna Wersja 0.1.9
Ostatnia Aktualizacja 2018-11-30
Data Publikacji 2018-11-30
Deweloper Recruitee
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://recruitee.com/
Adres URL Strony Polityki Prywatności https://recruitee.com/privacy
Obsługiwane Języki 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\/*"
        ]
    }
}