Yodi Cart Capture Firefox

Examine source code of Yodi Cart Capture

Inspect and view changes in Yodi Cart Capture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Yodi Cart Capture",
  "description": "Capture shopping cart items, extract details using AI, and send them to the Yodi team for review or processing.",
  "version": "1.0.0",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_title": "Yodi Cart Capture",
    "default_icon": {
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "*://script.google.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "yodi-cart-capture@yodi.com.au",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ],
        "optional": [
          "personallyIdentifyingInfo"
        ]
      }
    }
  }
}

Best Yodi Cart Capture Alternatives

Here are some Firefox add-ons that are similar to Yodi Cart Capture: