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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.voxeet.com และคุณลักษณะหลักของมันคือ "Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Voxeet Native Extension

ดาวน์โหลดไฟล์ส่วนขยาย Voxeet Native Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
        }
    ]
}