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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}