LSEG Workspace Chrome Extension

LSEG Workspace Chrome Extension

LSEG Workspace Chrome Extensionとは何ですか?

LSEG Workspace Chrome ExtensionはLSEG Chrome Extensionによって開発されたChromeの拡張機能で、その主な機能は「LSEG Workspace Chrome Extension」です。

拡張機能のスクリーンショット

screenshot

LSEG Workspace Chrome Extension拡張機能のCRXファイルをダウンロード

LSEG Workspace Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 LSEG Workspace Chrome Extension LSEG Workspace Chrome Extension
ID nlhflcnldackmdoedilkogjbpebknbin
公式URL https://chromewebstore.google.com/detail/lseg-workspace-chrome-ext/nlhflcnldackmdoedilkogjbpebknbin
説明 LSEG Workspace Chrome Extension
ファイルサイズ 49.43 KB
インストール数 2,581
現在のバージョン 1.3.3
最終更新日 2024-02-29
公開日 2020-03-26
評価 5.00/5 合計 3 レビュー
開発者 LSEG Chrome Extension
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.lseg.com/en/policies/privacy-and-cookie-statement
対応言語 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": [
                "*"
            ]
        }
    ]
}