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
拡張機能の基本情報
名前 | Sarv NC Lite |
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 |
Eメール | [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'" } |