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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}