IBM Task Mining

Support extension for IBM Task Mining

What is IBM Task Mining?

IBM Task Mining is a Chrome extension developed by myInvenio.DevOps, and its main feature is "Support extension for IBM Task Mining".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download IBM Task Mining Extension CRX File

Download IBM Task Mining extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name IBM Task Mining IBM Task Mining
ID ikgbbcgkljolbooedlbifopnmecdbphk
Official URL https://chromewebstore.google.com/detail/ibm-task-mining/ikgbbcgkljolbooedlbifopnmecdbphk
Description Support extension for IBM Task Mining
File Size 213 KB
Installation Count 723
Current Version 1.0.0.4
Last Updated 2023-07-11
Publish Date 2022-08-01
Developer myInvenio.DevOps
Email [email protected]
Payment Type free
Extension Website https://www.ibm.com/cloud/cloud-pak-for-business-automation/process-mining
Help Page URL https://www.ibm.com/cloud/cloud-pak-for-business-automation/process-mining
Supported Languages 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"
    }
}