cnetVideo

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

Wat is cnetVideo?

cnetVideo is een Chrome-extensie ontwikkeld door NAi Srl, en de belangrijkste functie is "Live CAM/DVR/NVR for Centrale.Net Web Edition. This extension works only with Centrale.Net Web Edition. More info www.naisrl.com".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie cnetVideo

Download cnetVideo-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

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

Basisinformatie over de Extensie

Naam cnetVideo cnetVideo
ID bgbngmdnogndknpoefdoalcbbkggddba
Officiële URL https://chrome.google.com/webstore/detail/cnetvideo/bgbngmdnogndknpoefdoalcbbkggddba
Beschrijving Live CAM/DVR/NVR for Centrale.Net Web Edition. This extension works only with Centrale.Net Web Edition. More info www.naisrl.com
Bestandsgrootte 128 KB
Aantal Installaties 506
Huidige Versie 1.0.3
Laatst Bijgewerkt 2018-12-17
Publicatiedatum 2018-12-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar NAi Srl
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.naisrl.com
URL van de Privacybeleid Pagina https://www.naisrl.com
Ondersteunde Talen 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
}