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 هو إضافة Chrome تم تطويرها بواسطة NAi Srl، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة cnetVideo

قم بتنزيل ملفات الامتداد cnetVideo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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
}