cnetVideo

Live CAM/DVR/NVR for Centrale.Net Web Edition. This extension works only with Centrale.Net Web Edition. More info www.naisrl.com

Cos'è cnetVideo?

cnetVideo è un'estensione di Chrome sviluppata da NAi Srl, e la sua funzione principale è "Live CAM/DVR/NVR for Centrale.Net Web Edition. This extension works only with Centrale.Net Web Edition. More info www.naisrl.com".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione cnetVideo

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

                        Live CAM/DVR/NVR for Centrale.Net Web Edition. This extension works only with Centrale.Net Web Edition. More info www.naisrl.com                    

Informazioni di Base sull'Estensione

Nome cnetVideo cnetVideo
ID bgbngmdnogndknpoefdoalcbbkggddba
URL Ufficiale https://chrome.google.com/webstore/detail/cnetvideo/bgbngmdnogndknpoefdoalcbbkggddba
Descrizione Live CAM/DVR/NVR for Centrale.Net Web Edition. This extension works only with Centrale.Net Web Edition. More info www.naisrl.com
Dimensione del File 128 KB
Conteggio Installazioni 506
Versione Corrente 1.0.3
Ultimo Aggiornamento 2018-12-17
Data di Pubblicazione 2018-12-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore NAi Srl
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.naisrl.com
URL della Pagina della Politica sulla Privacy https://www.naisrl.com
Lingue Supportate it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "cnetVideo",
    "short_name": "cnetVideo",
    "version": "1.0.3",
    "homepage_url": "https:\/\/www.naisrl.com",
    "author": "NAi Srl",
    "description": "Live CAM\/DVR\/NVR for Centrale.Net Web Edition. This extension works only with Centrale.Net Web Edition. More info www.naisrl.com",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "19": "cnetvideo-19.png",
        "48": "cnetvideo-48.png",
        "128": "cnetvideo-128.png"
    },
    "manifest_version": 2
}