cnetVideo

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

什麼是cnetVideo?

cnetVideo是由NAi Srl開發的Chrome擴展程式,該擴展的主要功能是“Live CAM/DVR/NVR for Centrale.Net Web Edition. This extension works only with Centrale.Net Web Edition. More info www.naisrl.com”。

擴展截圖

screenshot
screenshot
screenshot

下載cnetVideo擴展crx文件

下載cnetVideo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 cnetVideo cnetVideo
ID bgbngmdnogndknpoefdoalcbbkggddba
官方網址 https://chrome.google.com/webstore/detail/cnetvideo/bgbngmdnogndknpoefdoalcbbkggddba
簡介 Live CAM/DVR/NVR for Centrale.Net Web Edition. This extension works only with Centrale.Net Web Edition. More info www.naisrl.com
檔案大小 128 KB
安裝次數 506
目前版本 1.0.3
更新時間 2018-12-17
上架時間 2018-12-14
評分 5.00/5 共 1 次評分
開發者 NAi Srl
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.naisrl.com
隱私政策頁面URL https://www.naisrl.com
支援的語言 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
}