Cognillo Genta Desktop Agent

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

Co je Cognillo Genta Desktop Agent?

Cognillo Genta Desktop Agent je rozšíření Chrome vyvinuté chrome.admin, a jeho hlavní funkcí je „This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Cognillo Genta Desktop Agent

Stáhněte si soubory rozšíření Cognillo Genta Desktop Agent ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Cognillo Genta Desktop Agent Cognillo Genta Desktop Agent
ID cfiepbbgdmpkahakobmdbmhfpfmimjgp
Oficiální URL https://chromewebstore.google.com/detail/cognillo-genta-desktop-ag/cfiepbbgdmpkahakobmdbmhfpfmimjgp
Popis This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.
Velikost souboru 16.17 KB
Počet instalací 62
Aktuální Verze 1.1.5
Poslední Aktualizace 2023-10-16
Datum Vydání 2022-03-28
Vývojář chrome.admin
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://cognillo.com
URL Stránky Nápovědy https://cognillo.com/support
URL Stránky Zásad Ochrany Soukromí https://www.cognillo.com/privacy-policy
Podporované Jazyky 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"
}