NetVision's Extension

NetVision Extension supports internal functionality of the product.

Hvad er NetVision's Extension?

NetVision's Extension er en Chrome-udvidelse udviklet af Cavisson System Inc., og dens hovedfunktion er "NetVision Extension supports internal functionality of the product.".

Udvidelsesskærmbilleder

screenshot

Download NetVision's Extension-udvidelses-CRX-fil

Download NetVision's Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn NetVision's Extension NetVision's Extension
ID gkdnjbboalcohalegmafkkahblbpcgjc
Officiel URL https://chrome.google.com/webstore/detail/netvisions-extension/gkdnjbboalcohalegmafkkahblbpcgjc
Beskrivelse NetVision Extension supports internal functionality of the product.
Filstørrelse 1.43 MB
Antal Installationer 50
Nuværende Version 4.1.15.08
Senest Opdateret 2020-04-18
Udgivelsesdato 2020-04-17
Udvikler Cavisson System Inc.
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.cavisson.com
URL til Fortrolighedspolitik Side https://www.cavisson.com/privacy-policy
Understøttede Sprog 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"
    ]
}