Cognillo Genta Desktop Agent

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

Vad är Cognillo Genta Desktop Agent?

Cognillo Genta Desktop Agent är en Chrome-tillägg utvecklad av chrome.admin, och dess huvudfunktion är "This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Cognillo Genta Desktop Agent-förlängningens CRX-fil

Ladda ner Cognillo Genta Desktop Agent-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Cognillo Genta Desktop Agent Cognillo Genta Desktop Agent
ID cfiepbbgdmpkahakobmdbmhfpfmimjgp
Officiell webbadress https://chromewebstore.google.com/detail/cognillo-genta-desktop-ag/cfiepbbgdmpkahakobmdbmhfpfmimjgp
Beskrivning This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.
Filstorlek 16.17 KB
Antal Installationer 62
Aktuell Version 1.1.5
Senast Uppdaterad 2023-10-16
Publiceringsdatum 2022-03-28
Utvecklare chrome.admin
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://cognillo.com
Hjälpsida URL https://cognillo.com/support
URL till Sekretesspolicy Sidan https://www.cognillo.com/privacy-policy
Stödda Språk 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"
}