Cognillo Genta Desktop Agent

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

Apa itu Cognillo Genta Desktop Agent?

Cognillo Genta Desktop Agent adalah ekstensi Chrome yang dikembangkan oleh chrome.admin, dan fitur utamanya adalah "This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Cognillo Genta Desktop Agent

Unduh file ekstensi Cognillo Genta Desktop Agent dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Cognillo Genta Desktop Agent Cognillo Genta Desktop Agent
ID cfiepbbgdmpkahakobmdbmhfpfmimjgp
URL Resmi https://chromewebstore.google.com/detail/cognillo-genta-desktop-ag/cfiepbbgdmpkahakobmdbmhfpfmimjgp
Deskripsi This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.
Ukuran File 16.17 KB
Jumlah Instalasi 62
Versi Saat Ini 1.1.5
Terakhir Diperbarui 2023-10-16
Tanggal Publikasi 2022-03-28
Pengembang chrome.admin
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://cognillo.com
URL Halaman Bantuan https://cognillo.com/support
URL Halaman Kebijakan Privasi https://www.cognillo.com/privacy-policy
Bahasa yang Didukung 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"
}