Thomson One Bridge
Allows communication from JavaScript to the Thomson One application.
O que é Thomson One Bridge?
Thomson One Bridge é uma extensão do Chrome desenvolvida por https://smartclient.thomsonone.com, e sua principal característica é "Allows communication from JavaScript to the Thomson One application.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Thomson One Bridge
Baixe arquivos de extensão Thomson One Bridge no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Send a message to a native application. Communicate from web page hosted in Chrome to Thomson One Application
Informações Básicas da Extensão
Nome | Thomson One Bridge |
ID | jhliejnplnepgejmngakdhkbgjbbhjop |
URL Oficial | https://chromewebstore.google.com/detail/thomson-one-bridge/jhliejnplnepgejmngakdhkbgjbbhjop |
Descrição | Allows communication from JavaScript to the Thomson One application. |
Tamanho do Arquivo | 16.32 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 1.0.0.27 |
Última Atualização | 2022-09-28 |
Data de Publicação | 2019-12-06 |
Desenvolvedor | https://smartclient.thomsonone.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.refinitiv.com/en/policies/privacy-statement |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Thomson One Bridge", "version": "1.0.0.27", "manifest_version": 3, "description": "Allows communication from JavaScript to the Thomson One application.", "icons": { "128": "Logo-128.png" }, "action": { "default_icon": { "16": "Logo-16.png", "24": "Logo-24.png", "32": "Logo-32.png", "64": "Logo-64.png", "128": "Logo-128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.thomsonone.com\/*", "*:\/\/*.thomsononeqa.com\/*", "*:\/\/*.ampf.com\/*", "*:\/\/*.ameriprise.com\/*", "*:\/\/*.advisor-connection.com\/*", "*:\/\/*.force.com\/*", "*:\/\/*.visualforce.com\/*", "*:\/\/*.thomsonreuters.com\/*", "*:\/\/*.refinitiv.com\/*", "*:\/\/*.pwj.com\/*", "*:\/\/*.bonddesk.com\/*", "*:\/\/*.dadco.com\/*", "*:\/\/*.tradewebdirect.com\/*", "*:\/\/*.tradeweb.com\/*", "*:\/\/*.jmsonline.com\/*", "*:\/\/*.myjanney.com\/*", "*:\/\/*.advisorcompass.com\/*" ], "js": [ "Contentscript.js" ], "run_at": "document_start", "all_frames": true } ], "externally_connectable": { "matches": [ "*:\/\/*.thomsonone.com\/*", "*:\/\/*.thomsononeqa.com\/*", "*:\/\/*.dev.ampf.com\/*", "*:\/\/*.ameriprise.com\/*", "*:\/\/*.advisor-connection.com\/*", "*:\/\/*.force.com\/*", "*:\/\/*.visualforce.com\/*", "*:\/\/*.thomsonreuters.com\/*", "*:\/\/*.refinitiv.com\/*", "*:\/\/*.pwj.com\/*", "*:\/\/*.bonddesk.com\/*", "*:\/\/*.dadco.com\/*", "*:\/\/*.tradewebdirect.com\/*", "*:\/\/*.tradeweb.com\/*", "*:\/\/*.jmsonline.com\/*", "*:\/\/*.myjanney.com\/*", "*:\/\/*.advisorcompass.com\/*" ] }, "permissions": [ "nativeMessaging" ] } |