TM WebPilot Firefox

Examine source code of TM WebPilot

Inspect and view changes in TM WebPilot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TM WebPilot AI",
  "version": "1.5.0",
  "description": "Teach it once. Let AI do it every day. AI Browser Workforce for ERPs, CRMs, HRMS, and web applications for Mozilla Firefox.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "tabs",
    "webNavigation",
    "alarms"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "src/browser_polyfill.js",
      "src/background.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/browser_polyfill.js",
        "src/dom_scanner.js",
        "src/recorder.js",
        "src/executor.js",
        "src/approval_overlay.js",
        "src/field_inspector.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tmwebpilot-ai@techmentify.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Meilleures alternatives TM WebPilot

Voici quelques Firefox add-ons qui sont similaires à TM WebPilot :