Gmeet Recording plugin
Gmeet Recording plugin
Gmeet Recording pluginとは何ですか?
Gmeet Recording pluginはhttps://hdvideomeet.comによって開発されたChromeの拡張機能で、その主な機能は「Gmeet Recording plugin」です。
拡張機能のスクリーンショット
Gmeet Recording plugin拡張機能のCRXファイルをダウンロード
Gmeet Recording plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Recording plugin for HDVideomeet 拡張機能の基本情報
| 名前 | |
| 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"
} | |