LSEG Workspace Chrome Extension
LSEG Workspace Chrome Extension
什麼是LSEG Workspace Chrome Extension?
LSEG Workspace Chrome Extension是由LSEG Chrome Extension開發的Chrome擴展程式,該擴展的主要功能是“LSEG Workspace Chrome Extension”。
擴展截圖
下載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 |
ID | nlhflcnldackmdoedilkogjbpebknbin |
官方網址 | 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 |
電子郵箱 | [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": [ " |