TaskPanzer Workflow Recorder Firefox

Examine source code of TaskPanzer Workflow Recorder

Inspect and view changes in TaskPanzer Workflow Recorder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TaskPanzer Workflow Recorder",
  "short_name": "TaskPanzer Recorder",
  "description": "Capture workflows and auto-generate step-by-step documentation with screenshots. Syncs with TaskPanzer project management.",
  "version": "0.0.1",
  "author": "Ubxty — Unboxing Technology",
  "homepage_url": "https://taskpanzer.com",
  "browser_specific_settings": {
    "gecko": {
      "id": "workflow-recorder@taskpanzer.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "websiteActivity",
          "websiteContent"
        ],
        "userDataCollected": true,
        "purpose": "Captures screenshots and interaction metadata (URLs, page titles, click targets, keyboard input descriptions) during workflow recording sessions and transmits them to the user's TaskPanzer workspace via authenticated API requests.",
        "retentionPolicy": "Data is stored on the user's TaskPanzer workspace server. Users can delete workflows at any time from their dashboard.",
        "thirdPartySharing": false
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "scripting",
    "storage",
    "alarms",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best TaskPanzer Workflow Recorder Alternatives

Here are some Firefox add-ons that are similar to TaskPanzer Workflow Recorder: