Hubgets Screen Share
Hubgets Screen share extension
What is Hubgets Screen Share?
Hubgets Screen Share is a Chrome extension developed by https://hubgets.com, and its main feature is "Hubgets Screen share extension".
Extension Screenshots
Download Hubgets Screen Share Extension CRX File
Download Hubgets Screen Share 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
Enables screen sharing features in Hubgets. You will be able to share your screen with your team and other parties. Hubgets is a communication and collaboration app that makes your business more productive. Free up to 20 team members.
Extension Basic Information
Name | Hubgets Screen Share |
ID | afbegohpenghgnldhimopeoemdapmiio |
Official URL | https://chromewebstore.google.com/detail/hubgets-screen-share/afbegohpenghgnldhimopeoemdapmiio |
Description | Hubgets Screen share extension |
File Size | 13.76 KB |
Installation Count | 84 |
Current Version | 0.0.1.3 |
Last Updated | 2017-01-26 |
Publish Date | 2017-01-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://hubgets.com |
[email protected] | |
Payment Type | free |
Extension Website | https://hubgets.com |
Privacy Policy Page URL | https://www.hubgets.com/company/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hubgets Screen Share", "author": "Hubgets", "version": "0.0.1.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Hubgets Screen share extension", "homepage_url": "https:\/\/hubgets.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*\/*" ] } ], "page_action": { "default_icon": { "48": "icons\/pa_icon_48.png", "96": "icons\/[email protected]", "128": "icons\/pa_icon_128.png", "256": "icons\/[email protected]" } }, "icons": { "16": "icons\/favicon_16x16.png", "48": "icons\/icon_48.png", "96": "icons\/[email protected]", "128": "icons\/icon_128.png", "256": "icons\/[email protected]" }, "permissions": [ "https:\/\/*\/*", "desktopCapture", "tabs" ] } |