LSEG Workspace Chrome Extension

LSEG Workspace Chrome Extension

Qu'est-ce que LSEG Workspace Chrome Extension ?

LSEG Workspace Chrome Extension est une extension Chrome développée par LSEG Chrome Extension, et sa fonction principale est "LSEG Workspace Chrome Extension".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LSEG Workspace Chrome Extension

Téléchargez les fichiers d'extension LSEG Workspace Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom LSEG Workspace Chrome Extension LSEG Workspace Chrome Extension
ID nlhflcnldackmdoedilkogjbpebknbin
URL Officiel https://chromewebstore.google.com/detail/lseg-workspace-chrome-ext/nlhflcnldackmdoedilkogjbpebknbin
Description LSEG Workspace Chrome Extension
Taille du Fichier 49.43 KB
Nombre d'Installations 2,581
Version Actuelle 1.3.3
Dernière Mise à Jour 2024-02-29
Date de Publication 2020-03-26
Évaluation 5.00/5 Total 3 Évaluations
Développeur LSEG Chrome Extension
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.lseg.com/en/policies/privacy-and-cookie-statement
Langues Prises en Charge 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": [
                "*"
            ]
        }
    ]
}