NetVision's Extension

NetVision Extension supports internal functionality of the product.

NetVision's Extension क्या है?

NetVision's Extension Cavisson System Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NetVision Extension supports internal functionality of the product."।

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

screenshot

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

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

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

                        It accomplishes the following objectives:
1. To upload the static resources of the website which further helps in 
   generating replay.
2. To define new variation for AB Testing.
3. To simulate Mobile Device in case of mobile session replay.
4. To record the replay screen generated by NetVision.                    

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

नाम NetVision's Extension NetVision's Extension
ID gkdnjbboalcohalegmafkkahblbpcgjc
आधिकारिक URL https://chrome.google.com/webstore/detail/netvisions-extension/gkdnjbboalcohalegmafkkahblbpcgjc
विवरण NetVision Extension supports internal functionality of the product.
फ़ाइल का आकार 1.43 MB
स्थापना संख्या 50
वर्तमान संस्करण 4.1.15.08
अंतिम अपडेट 2020-04-18
प्रकाशन तिथि 2020-04-17
डेवलपर Cavisson System Inc.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.cavisson.com
गोपनीयता नीति पृष्ठ URL https://www.cavisson.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "author": "Cavisson System Inc.",
    "background": {
        "persistent": true,
        "scripts": [
            "background\/background.js",
            "background\/taskHandler.js",
            "background\/captureSnap.js",
            "background\/videoSeeker.js",
            "background\/captureVideo.js",
            "RecordRTC\/DiskStorage.js",
            "RecordRTC\/MediaStreamRecorder.js",
            "RecordRTC\/MultiStreamRecorder.js",
            "RecordRTC\/getAllAudioVideoDevices.js"
        ]
    },
    "browser_action": {
        "default_title": "NetVisonInit",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/nvABStyle.css",
                "css\/spectrum.css",
                "css\/f_awe_sg.css"
            ],
            "js": [
                "content\/ace.js",
                "content\/call_nv.js",
                "content\/contentScript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/jquery-3.3.1.slim.min.js https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.1.3\/js\/bootstrap.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.12.9\/umd\/popper.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.14.3\/umd\/popper.min.js ; object-src 'self'",
    "commands": {
        "start-recording": {
            "suggested_key": {
                "default": "Ctrl+Shift+5"
            },
            "description": "Start Recording"
        }
    },
    "description": "NetVision Extension supports internal functionality of the product.",
    "devtools_page": "devtools.html",
    "externally_connectable": {
        "matches": [
            "*:\/\/*\/*",
            "http:\/\/10.20.0.61:9013\/tours\/*"
        ]
    },
    "homepage_url": "http:\/\/www.cavisson.com\/",
    "icons": {
        "128": "images\/main-icon.png",
        "16": "images\/main-icon.png",
        "22": "images\/main-icon.png",
        "32": "images\/main-icon.png",
        "48": "images\/main-icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "name": "NetVision's Extension",
    "permissions": [
        "activeTab",
        "debugger",
        "desktopCapture",
        "downloads",
        "identity",
        "nativeMessaging",
        "storage",
        "tabCapture",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "short_name": "NV Extension",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.1.15.08",
    "web_accessible_resources": [
        "css\/nvABStyle.css",
        "css\/spectrum.css",
        "css\/f_awe_sg.css",
        "content\/ace.js",
        "images\/close.png",
        "images\/main-icon.png",
        "js\/beautify-html.js",
        "js\/jquery_editor.js",
        "js\/mode-css.js",
        "js\/mode-html.js",
        "js\/theme-tomorrow.js",
        "js\/worker-css.js",
        "js\/worker-html.js",
        "js\/worker-javascript.js",
        "js\/preview.html",
        "js\/mode-javascript.js",
        "js\/nvedit.js",
        "RecordRTC\/DiskStorage.js",
        "js\/tinymce.min.js",
        "resources\/cssMenu.html"
    ]
}