NetVision's Extension

NetVision Extension supports internal functionality of the product.

NetVision's Extension là gì?

NetVision's Extension là một tiện ích mở rộng Chrome được phát triển bởi Cavisson System Inc., và tính năng chính của nó là "NetVision Extension supports internal functionality of the product.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NetVision's Extension

Tải xuống các tệp mở rộng NetVision's Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NetVision's Extension NetVision's Extension
ID gkdnjbboalcohalegmafkkahblbpcgjc
URL Chính Thức https://chrome.google.com/webstore/detail/netvisions-extension/gkdnjbboalcohalegmafkkahblbpcgjc
Mô tả NetVision Extension supports internal functionality of the product.
Kích Thước Tệp 1.43 MB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 4.1.15.08
Cập Nhật Lần Cuối 2020-04-18
Ngày Phát Hành 2020-04-17
Nhà Phát Triển Cavisson System Inc.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.cavisson.com
URL Trang Chính Sách Bảo Mật https://www.cavisson.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}