LSEG Workspace Chrome Extension

LSEG Workspace Chrome Extension

What is LSEG Workspace Chrome Extension?

LSEG Workspace Chrome Extension is a Chrome extension developed by LSEG Chrome Extension, and its main feature is "LSEG Workspace Chrome Extension".

Extension Screenshots

screenshot

Download LSEG Workspace Chrome Extension Extension CRX File

Download LSEG Workspace Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Use LSEG Workspace Web with Microsoft Office Add-ins.

LSEG Workspace Chrome Extension, manages multiple Workspace applications to run simultaneously on the same device.

Note: This release also addressed the sign-in issue found in previous version.                    

Extension Basic Information

Name LSEG Workspace Chrome Extension LSEG Workspace Chrome Extension
ID nlhflcnldackmdoedilkogjbpebknbin
Official URL https://chromewebstore.google.com/detail/lseg-workspace-chrome-ext/nlhflcnldackmdoedilkogjbpebknbin
Description LSEG Workspace Chrome Extension
File Size 49.43 KB
Installation Count 2,581
Current Version 1.3.3
Last Updated 2024-02-29
Publish Date 2020-03-26
Rating 5.00/5 Total 3 Ratings
Developer LSEG Chrome Extension
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.lseg.com/en/policies/privacy-and-cookie-statement
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LSEG Workspace Chrome Extension",
    "description": "LSEG Workspace Chrome Extension",
    "version": "1.3.3",
    "action": {
        "default_icon": {
            "16": "default_icon.png",
            "32": "default_icon.png",
            "48": "default_icon.png",
            "128": "default_icon.png"
        }
    },
    "chrome_url_overrides": {
        "chrome:\/\/favicon\/default_icon.png": "default_icon.png",
        "chrome:\/\/favicon\/light_icon.png": "light_icon.png",
        "chrome:\/\/favicon\/dark_icon.png": "dark_icon.png"
    },
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.reutest.com\/Apps\/O365-Online-Gateway\/*",
                "https:\/\/*.thomsonreuters.com\/Apps\/O365-Online-Gateway\/*",
                "https:\/\/*.thomsonreuters.biz\/Apps\/O365-Online-Gateway\/*"
            ],
            "js": [
                "js\/officeAddin.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.pwj.com\/T1\/*\/widget*",
                "*:\/\/*.pwj.com\/*\/ONE\/chrome\/widget*"
            ],
            "js": [
                "js\/notifyReadyOnPage.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/iconSwap.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "nativeMessaging",
        "cookies",
        "webRequest",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.reutest.net\/*",
        "https:\/\/*.thomsonreuters.net\/*",
        "https:\/\/cdn.refinitiv.com\/*",
        "https:\/\/cdn.extranet.refinitiv.biz\/*",
        "https:\/\/*.refinitiv.net\/*"
    ],
    "icons": {
        "16": "default_icon.png",
        "32": "default_icon.png",
        "48": "default_icon.png",
        "128": "default_icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "default_icon",
                "dark_icon.png",
                "light_icon.png"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false,
            "extension_ids": [
                "*"
            ]
        }
    ]
}