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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Voxeet Native Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | 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" } ] } |