NetVision's Extension

NetVision Extension supports internal functionality of the product.

Qu'est-ce que NetVision's Extension ?

NetVision's Extension est une extension Chrome développée par Cavisson System Inc., et sa fonction principale est "NetVision Extension supports internal functionality of the product.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NetVision's Extension

Téléchargez les fichiers d'extension NetVision's Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom NetVision's Extension NetVision's Extension
ID gkdnjbboalcohalegmafkkahblbpcgjc
URL Officiel https://chrome.google.com/webstore/detail/netvisions-extension/gkdnjbboalcohalegmafkkahblbpcgjc
Description NetVision Extension supports internal functionality of the product.
Taille du Fichier 1.43 MB
Nombre d'Installations 50
Version Actuelle 4.1.15.08
Dernière Mise à Jour 2020-04-18
Date de Publication 2020-04-17
Développeur Cavisson System Inc.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.cavisson.com
URL de la Page de Politique de Confidentialité https://www.cavisson.com/privacy-policy
Langues Prises en Charge 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"
    ]
}