HubyOne
Single hub for automated reading and writing of data to third-party extranets, without double typing.
HubyOne क्या है?
HubyOne 3Dsoft द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Single hub for automated reading and writing of data to third-party extranets, without double typing."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HubyOne एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
HubyOne est un concentrateur unique permettant de robotiser la lecture et l’écriture de données vers des extranets tiers, sans double saisie. Fonctionnalités clés : * Potentiellement compatible entre tout outil bee2link group (bee2link, 3Dsoft, Neuralytics) vers tous les extranets constructeurs, gouvernementaux ou assureurs. * Bilatéral : permet d’injecter ou de récupérer les informations contenues dans l’extranet tiers. * Hybride : permet un lancement depuis le navigateur de l’utilisateur au travers de cette extension ou depuis un flux de données de serveur à serveur. * Outil conçu de manière agile pour étendre sa compatibilité vers de nouveaux extranets rapidement. * Processus complètement automatique pour éviter la ressaisie manuelle et les erreurs potentielles de saisie.
एक्सटेंशन की मूल जानकारी
नाम | HubyOne |
ID | miaddlipcjoaolophdgbifjdmnjncjbh |
आधिकारिक URL | https://chromewebstore.google.com/detail/hubyone/miaddlipcjoaolophdgbifjdmnjncjbh |
विवरण | Single hub for automated reading and writing of data to third-party extranets, without double typing. |
फ़ाइल का आकार | 299 KB |
स्थापना संख्या | 5,491 |
वर्तमान संस्करण | 3.3.1 |
अंतिम अपडेट | 2024-02-20 |
प्रकाशन तिथि | 2021-10-03 |
डेवलपर | 3Dsoft |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://hubyone.com |
गोपनीयता नीति पृष्ठ URL | https://www.3dsoft.fr/politique-de-confidentialite-2 |
समर्थित भाषाएँ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_extDescription__", "version": "3.3.1", "manifest_version": 2, "name": "__MSG_extName__", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": { "16": "img\/16-disabled.png", "32": "img\/32-disabled.png", "64": "img\/64-disabled.png", "128": "img\/128-disabled.png" } }, "icons": { "16": "img\/16-disabled.png", "32": "img\/32-disabled.png", "64": "img\/64-disabled.png", "128": "img\/128-disabled.png" }, "permissions": [ "storage", "downloads", "contextMenus", "*:\/\/*\/*" ], "externally_connectable": { "matches": [ "*:\/\/gateway.hubyone.com\/*" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "fr" } |