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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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
عنوان صفحة سياسة الخصوصية 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": [
                "*"
            ]
        }
    ]
}