LSEG Workspace Browser Extension

LSEG Workspace Browser Extension

ما هو LSEG Workspace Browser Extension؟

LSEG Workspace Browser Extension هو إضافة Chrome تم تطويرها بواسطة LSEG Chrome Extension، والميزة الرئيسية لها هي "LSEG Workspace Browser Extension".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة LSEG Workspace Browser Extension

قم بتنزيل ملفات الامتداد LSEG Workspace Browser Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم LSEG Workspace Browser Extension LSEG Workspace Browser Extension
ID dcahcfijgglejjfejidnfkghjabfobpb
عنوان URL الرسمي https://chromewebstore.google.com/detail/lseg-workspace-browser-ex/dcahcfijgglejjfejidnfkghjabfobpb
الوصف LSEG Workspace Browser Extension
حجم الملف 380 KB
عدد التثبيتات 173
النسخة الحالية 2.3.0
آخر تحديث 2023-10-29
تاريخ النشر 2021-08-13
المطور LSEG Chrome Extension
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.lseg.com/en/policies/privacy-and-cookie-statement
اللغات المدعومة 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"
        }
    }
}