IBM Task Mining

Support extension for IBM Task Mining

什麼是IBM Task Mining?

IBM Task Mining是由myInvenio.DevOps開發的Chrome擴展程式,該擴展的主要功能是“Support extension for IBM Task Mining”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載IBM Task Mining擴展crx文件

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

擴展使用說明

                        Task Mining is the discovery, monitoring and analysis of user interaction data on desktops through the collection of frontend activities.
This plugin is needed in order to detect actions on chrome with IBM Task Mining Client components (Agent and Chromium plugin). 
This addon does not collect and send any information without a running instance of IBM Task Mining Client. 
For more info visit https://www.ibm.com/cloud/cloud-pak-for-business-automation/process-mining.                    

擴展基本資訊

名稱 IBM Task Mining IBM Task Mining
ID ikgbbcgkljolbooedlbifopnmecdbphk
官方網址 https://chromewebstore.google.com/detail/ibm-task-mining/ikgbbcgkljolbooedlbifopnmecdbphk
簡介 Support extension for IBM Task Mining
檔案大小 213 KB
安裝次數 723
目前版本 1.0.0.4
更新時間 2023-07-11
上架時間 2022-08-01
開發者 myInvenio.DevOps
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.ibm.com/cloud/cloud-pak-for-business-automation/process-mining
說明頁面URL https://www.ibm.com/cloud/cloud-pak-for-business-automation/process-mining
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IBM Task Mining",
    "version": "1.0.0.4",
    "description": "Support extension for IBM Task Mining",
    "permissions": [
        "scripting",
        "activeTab",
        "tabs",
        "nativeMessaging",
        "webNavigation",
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "optional_host_permissions": [],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "script-src": "self unsafe-eval",
        "object-src": "self"
    },
    "icons": {
        "16": "IBMTaskMiningIcon16.png",
        "48": "IBMTaskMiningIcon48.png",
        "128": "IBMTaskMiningIcon128.png"
    }
}