Voxeet Native Extension

Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound

Voxeet Native Extension란 무엇입니까?

Voxeet Native Extension은(는) https://www.voxeet.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound"입니다.

Voxeet Native Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Voxeet Native Extension Voxeet Native Extension
ID hfjabegcniilgpdphodghnfmkgomjfkn
공식 URL https://chromewebstore.google.com/detail/voxeet-native-extension/hfjabegcniilgpdphodghnfmkgomjfkn
설명 Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound
파일 크기 16.23 KB
설치 횟수 21
현재 버전 0.6
최근 업데이트 2018-09-04
출시 날짜 2018-09-04
개발자 https://www.voxeet.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://www.voxeet.com/eula
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Voxeet Native Extension",
    "version": "0.6",
    "description": "Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound",
    "permissions": [
        "nativeMessaging",
        "activeTab",
        "tabs"
    ],
    "icons": {
        "64": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.voxeet.com\/*",
                "*:\/\/*.voxeet.io\/*"
            ],
            "js": [
                "content-scripts.js"
            ],
            "run_at": "document_start"
        }
    ]
}