Hubgets Screen Share
Hubgets Screen share extension
Wat is Hubgets Screen Share?
Hubgets Screen Share is een Chrome-extensie ontwikkeld door https://hubgets.com, en de belangrijkste functie is "Hubgets Screen share extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Hubgets Screen Share
Download Hubgets Screen Share-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Hubgets Screen Share |
ID | afbegohpenghgnldhimopeoemdapmiio |
Officiële URL | https://chromewebstore.google.com/detail/hubgets-screen-share/afbegohpenghgnldhimopeoemdapmiio |
Beschrijving | Hubgets Screen share extension |
Bestandsgrootte | 13.76 KB |
Aantal Installaties | 84 |
Huidige Versie | 0.0.1.3 |
Laatst Bijgewerkt | 2017-01-26 |
Publicatiedatum | 2017-01-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://hubgets.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://hubgets.com |
URL van de Privacybeleid Pagina | https://www.hubgets.com/company/privacy-policy |
Ondersteunde Talen | 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" ] } |