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
公式URL 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
Eメール [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
}