LSEG Workspace Chrome Extension

LSEG Workspace Chrome Extension

LSEG Workspace Chrome Extensionคืออะไร?

LSEG Workspace Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LSEG Chrome Extension และคุณลักษณะหลักของมันคือ "LSEG Workspace Chrome Extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LSEG Workspace Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": [
                "*"
            ]
        }
    ]
}