Sarv NC Lite
Sarv NS Remove background noise during calls from Sarv
Was ist Sarv NC Lite?
Sarv NC Lite ist eine Chrome-Erweiterung, die von https://sarv.com entwickelt wurde, und ihr Hauptmerkmal ist "Sarv NS Remove background noise during calls from Sarv".
Erweiterungsscreenshots
Sarv NC Lite-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sarv NC Lite-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        Sarv Wave is Video Conferencing application and this add-on help user to improve Remove background noise during calls with Sarv Wave for Chrome                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | kgbcpooeiicongajmmkhhfelhjpnkccj | 
| Offizielle URL | https://chromewebstore.google.com/detail/sarv-nc-lite/kgbcpooeiicongajmmkhhfelhjpnkccj | 
| Beschreibung | Sarv NS Remove background noise during calls from Sarv | 
| Dateigröße | 5.85 MB | 
| Installationsanzahl | 202 | 
| Aktuelle Version | 2.0.0 | 
| Letztes Update | 2020-08-24 | 
| Veröffentlichungsdatum | 2020-08-11 | 
| Bewertung | 1.00/5 Insgesamt 1 Bewertungen | 
| Entwickler | https://sarv.com | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://wave.sarv.com | 
| Hilfeseite URL | https://sarv.com/contact/ | 
| URL der Datenschutzrichtlinien-Seite | https://sarv.com/privacy-policy | 
| Unterstützte Sprachen | 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'"
}  |  |