FO MEET

A simple extension that allows you to stream your desktop into

什么是FO MEET?

FO MEET是由niem.mcm开发的Chrome扩展程序,该扩展的主要功能是“A simple extension that allows you to stream your desktop into”。

下载FO MEET扩展crx文件

下载FO MEET扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        FO MEETING EXT                    

扩展基本信息

名称 FO MEET FO MEET
ID aiphjhocgkmemkghnenmlhkclnjgabbk
官方URL https://chrome.google.com/webstore/detail/fo-meet/aiphjhocgkmemkghnenmlhkclnjgabbk
简介 A simple extension that allows you to stream your desktop into
文件大小 36 KB
安装次数 35
当前版本 0.1.8
更新时间 2017-03-08
上架时间 2017-03-08
评分 5.00/5 共1次评分
开发者 niem.mcm
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FO MEET",
    "description": "A simple extension that allows you to stream your desktop into",
    "version": "0.1.8",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/meet.fptonline.net\/*"
        ]
    }
}