Cognillo Genta Desktop Agent

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

Co to jest Cognillo Genta Desktop Agent?

Cognillo Genta Desktop Agent to rozszerzenie Chrome opracowane przez chrome.admin, a jego główną funkcją jest „This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Cognillo Genta Desktop Agent

Pobierz pliki rozszerzeń Cognillo Genta Desktop Agent w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Cognillo Genta Desktop Agent Cognillo Genta Desktop Agent
ID cfiepbbgdmpkahakobmdbmhfpfmimjgp
Oficjalny URL https://chromewebstore.google.com/detail/cognillo-genta-desktop-ag/cfiepbbgdmpkahakobmdbmhfpfmimjgp
Opis This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.
Rozmiar pliku 16.17 KB
Liczba instalacji 62
Aktualna Wersja 1.1.5
Ostatnia Aktualizacja 2023-10-16
Data Publikacji 2022-03-28
Deweloper chrome.admin
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://cognillo.com
Adres URL Strony Pomocy https://cognillo.com/support
Adres URL Strony Polityki Prywatności https://www.cognillo.com/privacy-policy
Obsługiwane Języki 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"
}