Cognillo Genta Desktop Agent

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

Cognillo Genta Desktop Agent là gì?

Cognillo Genta Desktop Agent là một tiện ích mở rộng Chrome được phát triển bởi chrome.admin, và tính năng chính của nó là "This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cognillo Genta Desktop Agent

Tải xuống các tệp mở rộng Cognillo Genta Desktop Agent dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cognillo Genta Desktop Agent Cognillo Genta Desktop Agent
ID cfiepbbgdmpkahakobmdbmhfpfmimjgp
URL Chính Thức https://chromewebstore.google.com/detail/cognillo-genta-desktop-ag/cfiepbbgdmpkahakobmdbmhfpfmimjgp
Mô tả This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.
Kích Thước Tệp 16.17 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2023-10-16
Ngày Phát Hành 2022-03-28
Nhà Phát Triển chrome.admin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cognillo.com
URL Trang Trợ Giúp https://cognillo.com/support
URL Trang Chính Sách Bảo Mật https://www.cognillo.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}