LSEG Workspace Browser Extension

LSEG Workspace Browser Extension

¿Qué es LSEG Workspace Browser Extension?

LSEG Workspace Browser Extension es una extensión de Chrome desarrollada por LSEG Chrome Extension, y su función principal es "LSEG Workspace Browser Extension".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión LSEG Workspace Browser Extension

Descarga archivos de extensión LSEG Workspace Browser Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The extension allows users to run different LSEG Workspace sessions at the same time, on the same computer – you can access Workspace through the desktop app and a web browser without having to close either session.

Key features:
  •  Launcher: provides quick access to all our data from within web pages. Can be accessed via keyboard shortcut (Ctrl + Shift + L) or the extension menu
  •  Screenshot: right-click in any application within Workspace Web to quickly create a screenshot with annotation which can then be copied, saved or sent via email 
  •  Downloads Manager: captures users’ downloads in a single application where they can be managed and retrieved
  •  Tabs Management: quickly locate and navigate to any open Workspace tab 
  •  Open Workspace: shortcut to launch Workspace in a new tab or pop-up window  
  •  System Test and Logs collection: easy access to System Test and Logs collection within the extension to assist with troubleshooting 
  •  Authentication: authentication can be triggered via extension 
  •  Session Sharing: use Workspace Desktop, Workspace Web and Refinitiv 365 simultaneously on the same workstation

Known issues:
  •  /OUT Launcher command is not functioning yet
  •  Private Network not supported yet due to unexpected deactivation of the extension. This issue will be resolved at a later date

Disclaimer: Extension is provided ‘as-is’ without warranty of any kind. All warranties, conditions and other terms implied by statute or common law including, without limitation, warranties or other terms as to suitability, merchantability, satisfactory quality and fitness for a particular purpose, are excluded to the maximum extent permitted by applicable laws.                    

Información Básica de la Extensión

Nombre LSEG Workspace Browser Extension LSEG Workspace Browser Extension
ID dcahcfijgglejjfejidnfkghjabfobpb
URL Oficial https://chromewebstore.google.com/detail/lseg-workspace-browser-ex/dcahcfijgglejjfejidnfkghjabfobpb
Descripción LSEG Workspace Browser Extension
Tamaño del Archivo 380 KB
Cantidad de Instalaciones 173
Versión Actual 2.3.0
Última Actualización 2023-10-29
Fecha de Publicación 2021-08-13
Desarrollador LSEG Chrome Extension
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.lseg.com/en/policies/privacy-and-cookie-statement
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LSEG Workspace Browser Extension",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiK6+2sRmJTV3osO+v\/ha9v+MtPIqYnIeQSLEkz8hxiXlAf+GQXPe\/fDN4wpt72GNAmTslAcMDUt+0yORIW8+H4H8UWGCgSVjSv0fDoggVve3GgfshrM5\/DFf8GsBUshH5\/eT5ZBqAkCVn5ek+gUq7PiQ3oxCJ9sNryoS15KdOd2MkfRTNAKnZvncYBNrg3Ynzgv5nKrEP2HTbIgrt7XGIMD0hqt9c3gcCFRs3y4s\/P4n3eou1ot50pb6h7DgHSwKJb6\/gN6M37cCC5xTfQ9OZPImw6gAtdso7AE8lp6P1QyCctCKB\/5dLJ\/ydiH4A\/LPUE9q6YGidPEKtHAW6qqWbQIDAQAB",
    "description": "LSEG Workspace Browser Extension",
    "icons": {
        "128": "lseg_ws.png"
    },
    "version": "2.3.0",
    "permissions": [
        "tabs",
        "storage",
        "background",
        "activeTab",
        "",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "nativeMessaging",
        "cookies",
        "contextMenus",
        "desktopCapture",
        "downloads",
        "https:\/\/*.thomsonreuters.com\/",
        "https:\/\/*.thomsonreuters.net\/",
        "https:\/\/*.thomsonreuters.biz\/",
        "https:\/\/*.refinitiv.com\/",
        "https:\/\/*.refinitiv.net\/",
        "https:\/\/*.refinitiv.biz\/",
        "https:\/\/*.reutest.com\/",
        "https:\/\/*.reutest.net\/",
        "https:\/\/*.reutest.biz\/"
    ],
    "web_accessible_resources": [
        "static\/*",
        "dark_icon.png",
        "light_icon.png",
        "lseg_ws.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.refinitiv.com https:\/\/cdn.qa.refinitiv.com https:\/\/cdn.ppe.refinitiv.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.pwj.com\/T1\/*\/widget*",
                "*:\/\/*.pwj.com\/*\/ONE\/chrome\/widget*"
            ],
            "js": [
                "workspace-sdk-helper.js"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2,
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "unauthenticated_icon.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens LSEG Workspace Extension"
        },
        "toggle-launcher": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "Toggles Launcher"
        }
    }
}