Vidthere Screen Capturing
Vidthere Screen Capturing
What is Vidthere Screen Capturing?
Vidthere Screen Capturing is a Chrome extension developed by https://vidthere.com, and its main feature is "Vidthere Screen Capturing".
Extension Screenshots
Download Vidthere Screen Capturing Extension CRX File
Download Vidthere Screen Capturing 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
This is a screen sharing app for the Vidthere video meetings platform.
Extension Basic Information
Name | Vidthere Screen Capturing |
ID | gkfhieomjkcmeaaimpojkcomcbgjggep |
Official URL | https://chromewebstore.google.com/detail/vidthere-screen-capturing/gkfhieomjkcmeaaimpojkcomcbgjggep |
Description | Vidthere Screen Capturing |
File Size | 46.9 KB |
Installation Count | 471 |
Current Version | 1.0.1 |
Last Updated | 2021-02-04 |
Publish Date | 2020-06-30 |
Rating | 3.89/5 Total 9 Ratings |
Developer | https://vidthere.com |
[email protected] | |
Payment Type | free |
Extension Website | https://vidthere.com |
Help Page URL | https://support.saasuma.com |
Privacy Policy Page URL | https://vidthere.com/privacy |
Supported Languages | en-US |
manifest.json | |
{ "author": "Vidthere", "background": { "persistent": false, "scripts": [ "background-script.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content-script.js" ], "matches": [ "*:\/\/vidthere.com\/*", "*:\/\/*.vidthere.com\/*" ], "run_at": "document_end" } ], "description": "Vidthere Screen Capturing", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "Vidthere Screen Capturing", "permissions": [ "desktopCapture" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "web_accessible_resources": [ "icon16.png", "icon48.png", "icon128.png" ] } |