Thulium

Put yourself into pause (or unpause) directly from the browser. Make calls using Thulium calls via the context menu on any web page.

什麼是Thulium?

Thulium是由Thulium開發的Chrome擴展程式,該擴展的主要功能是“Put yourself into pause (or unpause) directly from the browser. Make calls using Thulium calls via the context menu on any web page.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Thulium擴展crx文件

下載Thulium擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Cut down on bothersome tasks like searching for the right tab, improve your agent productivity and save time in just two clicks!

Thulium is a browser-based omnichannel customer support system.

More at https://thulium.com                    

擴展基本資訊

名稱 Thulium Thulium
ID epgeedlakldbbaoajcohhoinjbhimibb
官方網址 https://chromewebstore.google.com/detail/thulium/epgeedlakldbbaoajcohhoinjbhimibb
簡介 Put yourself into pause (or unpause) directly from the browser. Make calls using Thulium calls via the context menu on any web page.
檔案大小 19.91 KB
安裝次數 339
目前版本 1.1.0
更新時間 2024-02-13
上架時間 2019-11-26
評分 5.00/5 共 1 次評分
開發者 Thulium
電子郵箱 [email protected]
付費類型 free
擴展官網 https://thulium.com
說明頁面URL https://support.thulium.com
隱私政策頁面URL https://thulium.com/static/4654e2f2431f8048273c60e3f7b9674c/Privacy%20Policy%20of%20thulium.pdf
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thulium",
    "description": "Put yourself into pause (or unpause) directly from the browser. Make calls using Thulium calls via the context menu on any web page.",
    "version": "1.1.0",
    "icons": {
        "32": "images\/thulium.png"
    },
    "background": {
        "service_worker": "js\/service_worker.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.thulium.com\/*"
            ],
            "resources": [
                "js\/pageScript.js",
                "js\/pageScriptToContentScriptStatuses.js",
                "js\/contentScriptToPageScriptStatuses.js",
                "js\/contentScriptToServiceWorkerStatuses.js",
                "js\/serviceWorkerToContentScriptStatuses.js",
                "js\/config.js",
                "js\/core.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.pipedrive.com\/*"
            ],
            "resources": [
                "js\/contentScriptToServiceWorkerStatuses.js",
                "js\/core.js",
                "js\/config.js"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.thulium.com\/panel\/*"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.pipedrive.com\/*"
            ],
            "js": [
                "js\/pipedriveContentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "options\/options.html"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "popup\/main.html",
        "default_title": "Nie zalogowany do aplikacji",
        "default_icon": {
            "32": "images\/thulium.png"
        }
    },
    "content_security_policy": [],
    "host_permissions": [
        "*:\/\/*.thulium.com\/panel\/*",
        "*:\/\/*.pipedrive.com\/*"
    ]
}