Thomson One Bridge

Allows communication from JavaScript to the Thomson One application.

Apa itu Thomson One Bridge?

Thomson One Bridge adalah ekstensi Chrome yang dikembangkan oleh https://smartclient.thomsonone.com, dan fitur utamanya adalah "Allows communication from JavaScript to the Thomson One application.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Thomson One Bridge

Unduh file ekstensi Thomson One Bridge dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Send a message to a native application.
Communicate from web page hosted in Chrome to Thomson One Application                    

Informasi Dasar Ekstensi

Nama Thomson One Bridge Thomson One Bridge
ID jhliejnplnepgejmngakdhkbgjbbhjop
URL Resmi https://chromewebstore.google.com/detail/thomson-one-bridge/jhliejnplnepgejmngakdhkbgjbbhjop
Deskripsi Allows communication from JavaScript to the Thomson One application.
Ukuran File 16.32 KB
Jumlah Instalasi 10,000
Versi Saat Ini 1.0.0.27
Terakhir Diperbarui 2022-09-28
Tanggal Publikasi 2019-12-06
Pengembang https://smartclient.thomsonone.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.refinitiv.com/en/policies/privacy-statement
Bahasa yang Didukung 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"
    ]
}