Sarv NC Lite

Sarv NS Remove background noise during calls from Sarv

¿Qué es Sarv NC Lite?

Sarv NC Lite es una extensión de Chrome desarrollada por https://sarv.com, y su función principal es "Sarv NS Remove background noise during calls from Sarv".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Sarv NC Lite

Descarga archivos de extensión Sarv NC Lite en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Sarv Wave is Video Conferencing application and this add-on help user to improve Remove background noise during calls with Sarv Wave for Chrome                    

Información Básica de la Extensión

Nombre Sarv NC Lite Sarv NC Lite
ID kgbcpooeiicongajmmkhhfelhjpnkccj
URL Oficial https://chromewebstore.google.com/detail/sarv-nc-lite/kgbcpooeiicongajmmkhhfelhjpnkccj
Descripción Sarv NS Remove background noise during calls from Sarv
Tamaño del Archivo 5.85 MB
Cantidad de Instalaciones 202
Versión Actual 2.0.0
Última Actualización 2020-08-24
Fecha de Publicación 2020-08-11
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador https://sarv.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://wave.sarv.com
URL de la Página de Ayuda https://sarv.com/contact/
URL de la Página de Política de Privacidad https://sarv.com/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sarv NC Lite",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Sarv NS Remove background noise during calls from Sarv",
    "icons": {
        "128": "images\/main_ico.png"
    },
    "background": {
        "scripts": [
            "\/static\/js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "32": "images\/ico.png"
        },
        "default_title": "Sarv NC Lite",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "\/static\/js\/contentFrame.js"
            ],
            "matches": [
                "*:\/\/*.webex.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "js": [
                "\/static\/js\/content.js"
            ],
            "matches": [
                "http:\/\/*.sarv.com\/*",
                "https:\/\/*.sarv.com\/*",
                "https:\/\/online-voice-recorder.com\/"
            ],
            "exclude_matches": [
                "*:\/\/*.webex.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "match_about_blank": true
        }
    ],
    "permissions": [
        "http:\/\/*.sarv.com\/*",
        "https:\/\/*.sarv.com\/*",
        "storage",
        "system.cpu"
    ],
    "web_accessible_resources": [
        "\/wasm\/sarv-processor.js",
        "\/static\/js\/patch.js",
        "\/models\/small_8k.thw",
        "\/models\/small_16k.thw"
    ],
    "content_security_policy": "script-src 'self' 'sha256-VV4UqglrRsVPDSbzvfGOKNddgB4LxrRmviH9GoBJ5jk='; object-src 'self'"
}