Recruitee Meetings

Share your screen with other participants in a Recruitee video call

Apa itu Recruitee Meetings?

Recruitee Meetings adalah ekstensi Chrome yang dikembangkan oleh Recruitee, dan fitur utamanya adalah "Share your screen with other participants in a Recruitee video call".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Recruitee Meetings

Unduh file ekstensi Recruitee Meetings dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Recruitee Meetings Recruitee Meetings
ID jmnpgckhmpmfijmfpnkkmcoklepkcape
URL Resmi https://chromewebstore.google.com/detail/recruitee-meetings/jmnpgckhmpmfijmfpnkkmcoklepkcape
Deskripsi Share your screen with other participants in a Recruitee video call
Ukuran File 28.07 KB
Jumlah Instalasi 63
Versi Saat Ini 0.1.9
Terakhir Diperbarui 2018-11-30
Tanggal Publikasi 2018-11-30
Pengembang Recruitee
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://recruitee.com/
URL Halaman Kebijakan Privasi https://recruitee.com/privacy
Bahasa yang Didukung 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\/*"
        ]
    }
}