Cognillo Genta Desktop Agent

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

Hvad er Cognillo Genta Desktop Agent?

Cognillo Genta Desktop Agent er en Chrome-udvidelse udviklet af chrome.admin, og dens hovedfunktion er "This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Cognillo Genta Desktop Agent-udvidelses-CRX-fil

Download Cognillo Genta Desktop Agent-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Cognillo Genta Desktop Agent Cognillo Genta Desktop Agent
ID cfiepbbgdmpkahakobmdbmhfpfmimjgp
Officiel URL https://chromewebstore.google.com/detail/cognillo-genta-desktop-ag/cfiepbbgdmpkahakobmdbmhfpfmimjgp
Beskrivelse This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.
Filstørrelse 16.17 KB
Antal Installationer 62
Nuværende Version 1.1.5
Senest Opdateret 2023-10-16
Udgivelsesdato 2022-03-28
Udvikler chrome.admin
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://cognillo.com
Hjælpeside-URL https://cognillo.com/support
URL til Fortrolighedspolitik Side https://www.cognillo.com/privacy-policy
Understøttede Sprog 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"
}