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"
}