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
官方網址 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"
}