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
官方URL 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"
    }
}