cnetVideo

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

Qu'est-ce que cnetVideo ?

cnetVideo est une extension Chrome développée par NAi Srl, et sa fonction principale est "Live CAM/DVR/NVR for Centrale.Net Web Edition. This extension works only with Centrale.Net Web Edition. More info www.naisrl.com".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension cnetVideo

Téléchargez les fichiers d'extension cnetVideo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom cnetVideo cnetVideo
ID bgbngmdnogndknpoefdoalcbbkggddba
URL Officiel https://chrome.google.com/webstore/detail/cnetvideo/bgbngmdnogndknpoefdoalcbbkggddba
Description Live CAM/DVR/NVR for Centrale.Net Web Edition. This extension works only with Centrale.Net Web Edition. More info www.naisrl.com
Taille du Fichier 128 KB
Nombre d'Installations 506
Version Actuelle 1.0.3
Dernière Mise à Jour 2018-12-17
Date de Publication 2018-12-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur NAi Srl
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.naisrl.com
URL de la Page de Politique de Confidentialité https://www.naisrl.com
Langues Prises en Charge 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
}