Cognillo Genta Desktop Agent

Cognillo Genta Desktop Agent

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "/images/genta-workerx16.png",
    "32": "/images/genta-workerx32.png",
    "48": "/images/genta-workerx48.png",
    "64": "/images/genta-workerx64.png",
    "128": "/images/genta-workerx128.png"
  },
  "manifest_version": 3,
  "name": "Cognillo Genta Desktop Agent",
  "permissions": [
    "nativeMessaging",
    "scripting"
  ],
  "version": "1.1.5"
}