hqmeetup screen sharing
This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.
What is hqmeetup screen sharing?
hqmeetup screen sharing is a Chrome extension developed by http://castrr.live, and its main feature is "This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.".
Extension Screenshots
Download hqmeetup screen sharing Extension CRX File
Download hqmeetup screen sharing 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 chrome extension is used for screen sharing in the hqmeetup online meeting platform.
Extension Basic Information
Name | ![]() |
ID | apgmehfolpammmebikmcomgjpgfdfdea |
Official URL | https://chrome.google.com/webstore/detail/hqmeetup-screen-sharing/apgmehfolpammmebikmcomgjpgfdfdea |
Description | This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes. |
File Size | 97.85 KB |
Installation Count | 291 |
Current Version | 2.0 |
Last Updated | 2018-11-30 |
Publish Date | 2018-11-30 |
Developer | http://castrr.live |
[email protected] | |
Payment Type | free |
Extension Website | https://hqmeetup.com |
Help Page URL | https://hqwebinar.com/dashboard/support/docs |
Privacy Policy Page URL | https://hqwebinar.com/dashboard/support/docs/terms.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "hqmeetup screen sharing", "author": "hqsuite", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.", "homepage_url": "https:\/\/hqmeetup.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.hqmeetup.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |