Valerus

Vicon Valerus Surveillance Application

Valerus क्या है?

Valerus Vicon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Vicon Valerus Surveillance Application"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Valerus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Installation manual and release notes can be found on the Vicon web site:

https://s3.amazonaws.com/cdn.vicon-security.com/wp-content/uploads/Chrome-Extension_IO-Guide-RN.pdf

This extension allows you to access Vicon’s powerful Valerus Video Management System (VMS) with a Google Chrome browser.  Valerus is ground-breaking, fully operational thin-client VMS that has eliminated the need for thick clients, complex installations and costly licensing schemes.

With thousands of channels successfully installed across the entire spectrum of security applications, Valerus has proven that a thin-client architecture is the next step in VMS evolution.  Now, this new Chrome extension increases the overall flexibility of Valerus by offering its complete operational functionality within Chrome. 

Valerus was designed for ease-of-use, installation and programming to deliver the most powerful features right at an operator’s fingertips.  It’s unique interface was designed with meticulous care to reduce operational learning curves and deliver a highly intuitive system without frustration.    
 
This Chrome extension supports all functions of a full-featured Vicon Valerus system, including:

•	Complete administration and operation functionality within Chrome 
        browser, no need for a thick-client
•	Securely connect to Vicon Valerus systems from any PC with this extension 
•	View live video or playback from any device on the system
•	Full forensic search of recorded video with ability to export
•	All display options, notifications, and multi-monitor support 
•	Quick and simple playback access with thumbnail images
•	Full control of PTZ cameras including presets
•	Arrange video tiles on-the-fly
•	Remember last state when minimized

Installation manual and release notes can be found on the Vicon web site:

https://s3.amazonaws.com/cdn.vicon-security.com/wp-content/uploads/Chrome-Extension_IO-Guide-RN.pdf                    

एक्सटेंशन की मूल जानकारी

नाम Valerus Valerus
ID gaijohlepoheamnmhjpkchgipggboboe
आधिकारिक URL https://chromewebstore.google.com/detail/valerus/gaijohlepoheamnmhjpkchgipggboboe
विवरण Vicon Valerus Surveillance Application
फ़ाइल का आकार 1.14 MB
स्थापना संख्या 4,537
वर्तमान संस्करण 1.0.53
अंतिम अपडेट 2021-05-06
प्रकाशन तिथि 2020-05-24
डेवलपर Vicon
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.vicon-security.com
सहायता पृष्ठ URL https://s3.amazonaws.com/cdn.vicon-security.com/wp-content/uploads/Chrome-Extension_IO-Guide-RN.pdf
गोपनीयता नीति पृष्ठ URL https://www.vicon-security.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key_valerus": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDcBHwzDvyBQ6bDppkIs9MP4ksKqCMyXQ\/A52JivHZKh4YO\/9vJsT3oaYhSpDCE9RPocOEQvwsHsFReW2nUEc6OLLyoCFFxIb7KkLGsmfakkut\/fFdNJYh0xOTbSN8YvLWcqph09XAY2Y\/f0AL7vfO1cuCqtkMt8hFrBGWxDdf9CQIDAQAB",
    "name": "Valerus",
    "version": "1.0.53",
    "manifest_version": 2,
    "description": "Vicon Valerus Surveillance Application",
    "content_security_policy": "script-src 'self' chrome-extension:\/\/gaijohlepoheamnmhjpkchgipggboboe; object-src 'self'",
    "browser_action": {
        "default_title": "Valerus",
        "default_icon": "icon_64.png"
    },
    "icons": {
        "128": "Vicon_128x128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "activeTab",
        "storage",
        "cookies",
        "history",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "js": [
                "ResizeEvent.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}