HubyOne
Single hub for automated reading and writing of data to third-party extranets, without double typing.
HubyOne란 무엇입니까?
HubyOne은(는) 3Dsoft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Single hub for automated reading and writing of data to third-party extranets, without double typing."입니다.
HubyOne 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |