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 | 
| 公式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 | 
| Eメール | [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"
        }
    ]
}  |  |