Cognillo Genta Desktop Agent

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

Was ist Cognillo Genta Desktop Agent?

Cognillo Genta Desktop Agent ist eine Chrome-Erweiterung, die von chrome.admin entwickelt wurde, und ihr Hauptmerkmal ist "This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Cognillo Genta Desktop Agent-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cognillo Genta Desktop Agent-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Cognillo Genta Desktop Agent Cognillo Genta Desktop Agent
ID cfiepbbgdmpkahakobmdbmhfpfmimjgp
Offizielle URL https://chromewebstore.google.com/detail/cognillo-genta-desktop-ag/cfiepbbgdmpkahakobmdbmhfpfmimjgp
Beschreibung This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.
Dateigröße 16.17 KB
Installationsanzahl 62
Aktuelle Version 1.1.5
Letztes Update 2023-10-16
Veröffentlichungsdatum 2022-03-28
Entwickler chrome.admin
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://cognillo.com
Hilfeseite URL https://cognillo.com/support
URL der Datenschutzrichtlinien-Seite https://www.cognillo.com/privacy-policy
Unterstützte Sprachen 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"
}