Padleads AI

Padleads AI

Use ChatGPT to create real estate property descriptions. Point and click on the drop down menu to generate a description.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Padleads AI",
  "description": "Use ChatGPT to create real estate property descriptions. Point and click on the drop down menu to generate a description.",
  "version": "2.0",
  "content_scripts": [
    {
      "js": [
        "content_script.js",
        "vanillaSelectBox.js"
      ],
      "css": [
        "vanillaSelectBox.css",
        "style.css"
      ],
      "matches": [
        "https://chatgpt.com/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}