IBM Task Mining

Support extension for IBM Task Mining

IBM Task Miningคืออะไร?

IBM Task Mining เป็นส่วนขยายของ Chrome ที่พัฒนาโดย myInvenio.DevOps และคุณลักษณะหลักของมันคือ "Support extension for IBM Task Mining"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IBM Task Mining

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}