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文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | miaddlipcjoaolophdgbifjdmnjncjbh |
| 官方網址 | 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"
} | |