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"입니다.

확장 프로그램 스크린샷

screenshot

Sarv NC Lite 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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'"
}