cnetVideo

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

Vad är cnetVideo?

cnetVideo är en Chrome-tillägg utvecklad av NAi Srl, och dess huvudfunktion är "Live CAM/DVR/NVR for Centrale.Net Web Edition. This extension works only with Centrale.Net Web Edition. More info www.naisrl.com".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner cnetVideo-förlängningens CRX-fil

Ladda ner cnetVideo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn cnetVideo cnetVideo
ID bgbngmdnogndknpoefdoalcbbkggddba
Officiell webbadress https://chrome.google.com/webstore/detail/cnetvideo/bgbngmdnogndknpoefdoalcbbkggddba
Beskrivning Live CAM/DVR/NVR for Centrale.Net Web Edition. This extension works only with Centrale.Net Web Edition. More info www.naisrl.com
Filstorlek 128 KB
Antal Installationer 506
Aktuell Version 1.0.3
Senast Uppdaterad 2018-12-17
Publiceringsdatum 2018-12-14
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare NAi Srl
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.naisrl.com
URL till Sekretesspolicy Sidan https://www.naisrl.com
Stödda Språk 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
}