Gmeet Recording plugin

Gmeet Recording plugin

什么是Gmeet Recording plugin?

Gmeet Recording plugin是由https://hdvideomeet.com开发的Chrome扩展程序,该扩展的主要功能是“Gmeet Recording plugin”。

扩展截图

screenshot

下载Gmeet Recording plugin扩展crx文件

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

扩展使用说明

                        Recording plugin for HDVideomeet                    

扩展基本信息

名称 Gmeet Recording plugin Gmeet Recording plugin
ID afhdngndofliioielklldembhbpgnngj
官方URL https://chromewebstore.google.com/detail/gmeet-recording-plugin/afhdngndofliioielklldembhbpgnngj
简介 Gmeet Recording plugin
文件大小 11.79 KB
安装次数 8,008
当前版本 0.2.0
更新时间 2020-05-09
上架时间 2020-05-07
评分 1.86/5 共7次评分
开发者 https://hdvideomeet.com
付费类型 free
支持的语言 en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.hdvideomeet.com\/*"
            ]
        }
    ],
    "description": "Gmeet Recording plugin",
    "externally_connectable": {
        "all_frames": true,
        "matches": [
            "https:\/\/*.hdvideomeet.com\/*"
        ]
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Gmeet Recording plugin",
    "permissions": [
        "desktopCapture"
    ],
    "short_name": "Gmeet Recording plugin",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.0"
}