Thomson One Bridge
Allows communication from JavaScript to the Thomson One application.
Cos'è Thomson One Bridge?
Thomson One Bridge è un'estensione di Chrome sviluppata da https://smartclient.thomsonone.com, e la sua funzione principale è "Allows communication from JavaScript to the Thomson One application.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Thomson One Bridge
Scarica i file di estensione Thomson One Bridge in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Send a message to a native application. Communicate from web page hosted in Chrome to Thomson One Application
Informazioni di Base sull'Estensione
Nome | Thomson One Bridge |
ID | jhliejnplnepgejmngakdhkbgjbbhjop |
URL Ufficiale | https://chromewebstore.google.com/detail/thomson-one-bridge/jhliejnplnepgejmngakdhkbgjbbhjop |
Descrizione | Allows communication from JavaScript to the Thomson One application. |
Dimensione del File | 16.32 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 1.0.0.27 |
Ultimo Aggiornamento | 2022-09-28 |
Data di Pubblicazione | 2019-12-06 |
Sviluppatore | https://smartclient.thomsonone.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.refinitiv.com/en/policies/privacy-statement |
Lingue Supportate | 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" ] } |