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 là gì?

cnetVideo là một tiện ích mở rộng Chrome được phát triển bởi NAi Srl, và tính năng chính của nó là "Live CAM/DVR/NVR for Centrale.Net Web Edition. This extension works only with Centrale.Net Web Edition. More info www.naisrl.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng cnetVideo

Tải xuống các tệp mở rộng cnetVideo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên cnetVideo cnetVideo
ID bgbngmdnogndknpoefdoalcbbkggddba
URL Chính Thức https://chrome.google.com/webstore/detail/cnetvideo/bgbngmdnogndknpoefdoalcbbkggddba
Mô tả Live CAM/DVR/NVR for Centrale.Net Web Edition. This extension works only with Centrale.Net Web Edition. More info www.naisrl.com
Kích Thước Tệp 128 KB
Số Lần Cài Đặt 506
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2018-12-17
Ngày Phát Hành 2018-12-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển NAi Srl
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.naisrl.com
URL Trang Chính Sách Bảo Mật https://www.naisrl.com
Ngôn Ngữ Được Hỗ Trợ 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
}