Ubiq

Ubiq chrome extension for https://present.goubiq.com/*.

Cos'è Ubiq?

Ubiq è un'estensione di Chrome sviluppata da https://present.goubiq.com, e la sua funzione principale è "Ubiq chrome extension for https://present.goubiq.com/*.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ubiq

Scarica i file di estensione Ubiq 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

                        Ubiq allows your conference rooms to be cable-free. No more HDMI, VGA, Dongles in the conference room again. Anyone can walk into your conference room, and start a cable-free presentation in seconds. This is the Ubiq client app for chrome extension. Using this extension you should now be able to connect to a Ubiq device and start screen-sharing instantly.                    

Informazioni di Base sull'Estensione

Nome Ubiq Ubiq
ID dbdibdbbenjkpmdjnannkgdehgegcopo
URL Ufficiale https://chromewebstore.google.com/detail/ubiq/dbdibdbbenjkpmdjnannkgdehgegcopo
Descrizione Ubiq chrome extension for https://present.goubiq.com/*.
Dimensione del File 5.64 KB
Conteggio Installazioni 10,000
Versione Corrente 0.4
Ultimo Aggiornamento 2022-05-19
Data di Pubblicazione 2019-12-14
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://present.goubiq.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.iubenda.com/privacy-policy/80072039
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ubiq",
    "description": "Ubiq chrome extension for https:\/\/present.goubiq.com\/*.",
    "homepage_url": "https:\/\/www.goubiq.com\/",
    "version": "0.4",
    "background": {
        "scripts": [
            "capturedesktop.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Ubiq"
    },
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "activeTab",
        "tabs",
        "https:\/\/present.goubiq.com\/*"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/present.goubiq.com\/*"
            ],
            "js": [
                "communication.min.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/present.goubiq.com\/*"
        ]
    }
}