NetVision's Extension

NetVision Extension supports internal functionality of the product.

Cos'è NetVision's Extension?

NetVision's Extension è un'estensione di Chrome sviluppata da Cavisson System Inc., e la sua funzione principale è "NetVision Extension supports internal functionality of the product.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NetVision's Extension

Scarica i file di estensione NetVision's Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NetVision's Extension NetVision's Extension
ID gkdnjbboalcohalegmafkkahblbpcgjc
URL Ufficiale https://chrome.google.com/webstore/detail/netvisions-extension/gkdnjbboalcohalegmafkkahblbpcgjc
Descrizione NetVision Extension supports internal functionality of the product.
Dimensione del File 1.43 MB
Conteggio Installazioni 50
Versione Corrente 4.1.15.08
Ultimo Aggiornamento 2020-04-18
Data di Pubblicazione 2020-04-17
Sviluppatore Cavisson System Inc.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.cavisson.com
URL della Pagina della Politica sulla Privacy https://www.cavisson.com/privacy-policy
Lingue Supportate 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"
    ]
}