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 là gì?

Voxeet Native Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.voxeet.com, và tính năng chính của nó là "Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound".

Tải xuống tệp CRX của tiện ích mở rộng Voxeet Native Extension

Tải xuống các tệp mở rộng Voxeet Native Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Voxeet Native Extension Voxeet Native Extension
ID hfjabegcniilgpdphodghnfmkgomjfkn
URL Chính Thức https://chromewebstore.google.com/detail/voxeet-native-extension/hfjabegcniilgpdphodghnfmkgomjfkn
Mô tả Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound
Kích Thước Tệp 16.23 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2018-09-04
Ngày Phát Hành 2018-09-04
Nhà Phát Triển https://www.voxeet.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.voxeet.com/eula
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}