Cognillo Genta Desktop Agent

This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.

Cognillo Genta Desktop Agentคืออะไร?

Cognillo Genta Desktop Agent เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chrome.admin และคุณลักษณะหลักของมันคือ "This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cognillo Genta Desktop Agent

ดาวน์โหลดไฟล์ส่วนขยาย Cognillo Genta Desktop Agent ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension is used by Cognillo's Genta Desktop Agent to allow important functions such as capturing of web elements and active tab information, which are then used in robotic process automation workflows.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cognillo Genta Desktop Agent Cognillo Genta Desktop Agent
ID cfiepbbgdmpkahakobmdbmhfpfmimjgp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cognillo-genta-desktop-ag/cfiepbbgdmpkahakobmdbmhfpfmimjgp
คำอธิบาย This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.
ขนาดไฟล์ 16.17 KB
จำนวนการติดตั้ง 62
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2023-10-16
วันที่เผยแพร่ 2022-03-28
ผู้พัฒนา chrome.admin
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cognillo.com
URL หน้าช่วยเหลือ https://cognillo.com/support
URL หน้านโยบายความเป็นส่วนตัว https://www.cognillo.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "\/images\/genta-workerx128.png",
        "16": "\/images\/genta-workerx16.png",
        "32": "\/images\/genta-workerx32.png",
        "48": "\/images\/genta-workerx48.png",
        "64": "\/images\/genta-workerx64.png"
    },
    "manifest_version": 3,
    "name": "Cognillo Genta Desktop Agent",
    "permissions": [
        "nativeMessaging",
        "scripting"
    ],
    "version": "1.1.5"
}