Hubgets Screen Share

Hubgets Screen share extension

Cos'è Hubgets Screen Share?

Hubgets Screen Share è un'estensione di Chrome sviluppata da https://hubgets.com, e la sua funzione principale è "Hubgets Screen share extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hubgets Screen Share

Scarica i file di estensione Hubgets Screen Share in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Hubgets Screen Share Hubgets Screen Share
ID afbegohpenghgnldhimopeoemdapmiio
URL Ufficiale https://chromewebstore.google.com/detail/hubgets-screen-share/afbegohpenghgnldhimopeoemdapmiio
Descrizione Hubgets Screen share extension
Dimensione del File 13.76 KB
Conteggio Installazioni 84
Versione Corrente 0.0.1.3
Ultimo Aggiornamento 2017-01-26
Data di Pubblicazione 2017-01-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://hubgets.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://hubgets.com
URL della Pagina della Politica sulla Privacy https://www.hubgets.com/company/privacy-policy
Lingue Supportate 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"
    ]
}