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
官方URL 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\/*"
        ]
    }
}