Cognillo Genta Desktop Agent

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

Cos'è Cognillo Genta Desktop Agent?

Cognillo Genta Desktop Agent è un'estensione di Chrome sviluppata da chrome.admin, e la sua funzione principale è "This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Cognillo Genta Desktop Agent

Scarica i file di estensione Cognillo Genta Desktop Agent in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Cognillo Genta Desktop Agent Cognillo Genta Desktop Agent
ID cfiepbbgdmpkahakobmdbmhfpfmimjgp
URL Ufficiale https://chromewebstore.google.com/detail/cognillo-genta-desktop-ag/cfiepbbgdmpkahakobmdbmhfpfmimjgp
Descrizione This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.
Dimensione del File 16.17 KB
Conteggio Installazioni 62
Versione Corrente 1.1.5
Ultimo Aggiornamento 2023-10-16
Data di Pubblicazione 2022-03-28
Sviluppatore chrome.admin
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cognillo.com
URL della Pagina di Aiuto https://cognillo.com/support
URL della Pagina della Politica sulla Privacy https://www.cognillo.com/privacy-policy
Lingue Supportate 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"
}