Sarv NC Lite
Sarv NS Remove background noise during calls from Sarv
Qu'est-ce que Sarv NC Lite ?
Sarv NC Lite est une extension Chrome développée par https://sarv.com, et sa fonction principale est "Sarv NS Remove background noise during calls from Sarv".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sarv NC Lite
Téléchargez les fichiers d'extension Sarv NC Lite 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
Sarv Wave is Video Conferencing application and this add-on help user to improve Remove background noise during calls with Sarv Wave for Chrome
Informations de Base sur l'Extension
Nom | Sarv NC Lite |
ID | kgbcpooeiicongajmmkhhfelhjpnkccj |
URL Officiel | https://chromewebstore.google.com/detail/sarv-nc-lite/kgbcpooeiicongajmmkhhfelhjpnkccj |
Description | Sarv NS Remove background noise during calls from Sarv |
Taille du Fichier | 5.85 MB |
Nombre d'Installations | 202 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2020-08-24 |
Date de Publication | 2020-08-11 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | https://sarv.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://wave.sarv.com |
URL de la Page d'Aide | https://sarv.com/contact/ |
URL de la Page de Politique de Confidentialité | https://sarv.com/privacy-policy |
Langues Prises en Charge | 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'" } |