Sarv NC Lite
Sarv NS Remove background noise during calls from Sarv
什么是Sarv NC Lite?
Sarv NC Lite是由https://sarv.com开发的Chrome扩展程序,该扩展的主要功能是“Sarv NS Remove background noise during calls from Sarv”。
扩展截图
下载Sarv NC Lite扩展crx文件
下载Sarv NC Lite扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Sarv Wave is Video Conferencing application and this add-on help user to improve Remove background noise during calls with Sarv Wave for Chrome 扩展基本信息
| 名称 | |
| ID | kgbcpooeiicongajmmkhhfelhjpnkccj |
| 官方URL | https://chromewebstore.google.com/detail/sarv-nc-lite/kgbcpooeiicongajmmkhhfelhjpnkccj |
| 简介 | Sarv NS Remove background noise during calls from Sarv |
| 文件大小 | 5.85 MB |
| 安装次数 | 202 |
| 当前版本 | 2.0.0 |
| 更新时间 | 2020-08-24 |
| 上架时间 | 2020-08-11 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | https://sarv.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://wave.sarv.com |
| 帮助页面URL | https://sarv.com/contact/ |
| 隐私政策页面URL | https://sarv.com/privacy-policy |
| 支持的语言 | 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'"
} | |