Meet With Me Now

This Google Chrome extension brings screen sharing to Meet With Me Now

什么是Meet With Me Now?

Meet With Me Now是由https://room.mwmnow.com开发的Chrome扩展程序,该扩展的主要功能是“This Google Chrome extension brings screen sharing to Meet With Me Now”。

下载Meet With Me Now扩展crx文件

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

扩展使用说明

                        Screen sharing extension for Meet With Me Now                    

扩展基本信息

名称 Meet With Me Now Meet With Me Now
ID eccifenbjnkphnnfdfajhnbkhkjgadkb
官方URL https://chromewebstore.google.com/detail/meet-with-me-now/eccifenbjnkphnnfdfajhnbkhkjgadkb
简介 This Google Chrome extension brings screen sharing to Meet With Me Now
文件大小 8.32 KB
安装次数 60
当前版本 1.0.0.6
更新时间 2017-01-27
上架时间 2017-01-27
开发者 https://room.mwmnow.com
付费类型 free
支持的语言 en-US
manifest.json
{
    "author": "XmarteK",
    "background": {
        "persistent": false,
        "scripts": [
            "background-config.js",
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/room.mwmnow.com\/*"
            ]
        }
    ],
    "description": "This Google Chrome extension brings screen sharing to Meet With Me Now",
    "homepage_url": "https:\/\/www.mwmnow.com",
    "icons": {
        "48": "icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Meet With Me Now",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.6",
    "web_accessible_resources": [
        "icon.png"
    ]
}