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
官方網址 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"
}