Cognillo Genta Desktop Agent

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

Τι είναι το Cognillo Genta Desktop Agent;

Το Cognillo Genta Desktop Agent είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chrome.admin, και η κύρια λειτουργία του είναι "This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Cognillo Genta Desktop Agent

Λήψη αρχείων επέκτασης Cognillo Genta Desktop Agent σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Cognillo Genta Desktop Agent Cognillo Genta Desktop Agent
ID cfiepbbgdmpkahakobmdbmhfpfmimjgp
Επίσημο URL https://chromewebstore.google.com/detail/cognillo-genta-desktop-ag/cfiepbbgdmpkahakobmdbmhfpfmimjgp
Περιγραφή This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.
Μέγεθος Αρχείου 16.17 KB
Αριθμός Εγκαταστάσεων 62
Τρέχουσα Έκδοση 1.1.5
Τελευταία Ενημέρωση 2023-10-16
Ημερομηνία Δημοσίευσης 2022-03-28
Προγραμματιστής chrome.admin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://cognillo.com
Διεύθυνση URL της Σελίδας Βοήθειας https://cognillo.com/support
URL της Σελίδας Πολιτικής Απορρήτου https://www.cognillo.com/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
}