Cognillo Genta Desktop Agent

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

Qu'est-ce que Cognillo Genta Desktop Agent ?

Cognillo Genta Desktop Agent est une extension Chrome développée par chrome.admin, et sa fonction principale est "This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Cognillo Genta Desktop Agent

Téléchargez les fichiers d'extension Cognillo Genta Desktop Agent au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Cognillo Genta Desktop Agent Cognillo Genta Desktop Agent
ID cfiepbbgdmpkahakobmdbmhfpfmimjgp
URL Officiel https://chromewebstore.google.com/detail/cognillo-genta-desktop-ag/cfiepbbgdmpkahakobmdbmhfpfmimjgp
Description This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.
Taille du Fichier 16.17 KB
Nombre d'Installations 62
Version Actuelle 1.1.5
Dernière Mise à Jour 2023-10-16
Date de Publication 2022-03-28
Développeur chrome.admin
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://cognillo.com
URL de la Page d'Aide https://cognillo.com/support
URL de la Page de Politique de Confidentialité https://www.cognillo.com/privacy-policy
Langues Prises en Charge 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"
}