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文件
下載Voxeet Native Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | hfjabegcniilgpdphodghnfmkgomjfkn |
| 官方網址 | 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"
}
]
} | |