freeconnect
freeconnect for bluetooth device
freeconnect क्या है?
freeconnect davidsiga2022 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "freeconnect for bluetooth device"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में freeconnect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
connect to bluetooth devices through web hid, used for advanced UI control, firmware upgrade and etc.
एक्सटेंशन की मूल जानकारी
नाम | freeconnect |
ID | abonpieipbodlgcodadpemmhpiiogfla |
आधिकारिक URL | https://chromewebstore.google.com/detail/freeconnect/abonpieipbodlgcodadpemmhpiiogfla |
विवरण | freeconnect for bluetooth device |
फ़ाइल का आकार | 1.38 MB |
स्थापना संख्या | 168 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2022-10-15 |
प्रकाशन तिथि | 2022-10-14 |
डेवलपर | davidsiga2022 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.gigawit.com/ |
सहायता पृष्ठ URL | https://www.gigawit.com/ |
गोपनीयता नीति पृष्ठ URL | https://segmentfault.com/privacy?utm_source=sf-footer |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": "images\/logo.png", "default_title": "freeConnect" }, "description": "freeconnect for bluetooth device", "icons": { "128": "images\/logo.png", "16": "images\/logo_16.png", "48": "images\/logo_48.png" }, "manifest_version": 3, "name": "freeconnect", "permissions": [], "version": "1.0.1", "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.gigawit.com\/*" ], "js": [ "js\/oauth_callback.js", "main.js", "js\/sw-toolbox.js", "js\/jquery-ui-1.8.4.custom.min.js", "js\/jQuery.peSlider.js", "js\/jquery.1.4.2-min.js", "js\/companion.js", "HidTerminal.js", "js\/apexcharts.js" ] } ] } |