Recruitee Meetings

Share your screen with other participants in a Recruitee video call

什麼是Recruitee Meetings?

Recruitee Meetings是由Recruitee開發的Chrome擴展程式,該擴展的主要功能是“Share your screen with other participants in a Recruitee video call”。

擴展截圖

screenshot
screenshot
screenshot

下載Recruitee Meetings擴展crx文件

下載Recruitee Meetings擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Recruitee Meetings Recruitee Meetings
ID jmnpgckhmpmfijmfpnkkmcoklepkcape
官方網址 https://chromewebstore.google.com/detail/recruitee-meetings/jmnpgckhmpmfijmfpnkkmcoklepkcape
簡介 Share your screen with other participants in a Recruitee video call
檔案大小 28.07 KB
安裝次數 63
目前版本 0.1.9
更新時間 2018-11-30
上架時間 2018-11-30
開發者 Recruitee
電子郵箱 [email protected]
付費類型 free
擴展官網 https://recruitee.com/
隱私政策頁面URL https://recruitee.com/privacy
支援的語言 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\/*"
        ]
    }
}