Gmeet Recording plugin
Gmeet Recording plugin
What is Gmeet Recording plugin?
Gmeet Recording plugin is a Chrome extension developed by https://hdvideomeet.com, and its main feature is "Gmeet Recording plugin".
Extension Screenshots
Download Gmeet Recording plugin Extension CRX File
Download Gmeet Recording plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Recording plugin for HDVideomeet
Extension Basic Information
Name | Gmeet Recording plugin |
ID | afhdngndofliioielklldembhbpgnngj |
Official URL | https://chromewebstore.google.com/detail/gmeet-recording-plugin/afhdngndofliioielklldembhbpgnngj |
Description | Gmeet Recording plugin |
File Size | 11.79 KB |
Installation Count | 8,008 |
Current Version | 0.2.0 |
Last Updated | 2020-05-09 |
Publish Date | 2020-05-07 |
Rating | 1.86/5 Total 7 Ratings |
Developer | https://hdvideomeet.com |
Payment Type | free |
Supported Languages | 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" } |