HubyOne
Single hub for automated reading and writing of data to third-party extranets, without double typing.
HubyOneคืออะไร?
HubyOne เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 3Dsoft และคุณลักษณะหลักของมันคือ "Single hub for automated reading and writing of data to third-party extranets, without double typing."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HubyOne
ดาวน์โหลดไฟล์ส่วนขยาย HubyOne ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |