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.admin开发的Chrome扩展程序,该扩展的主要功能是“This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.”。

扩展截图

screenshot
screenshot
screenshot

下载Cognillo Genta Desktop Agent扩展crx文件

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