Entryway — Send Properties Firefox

Examine source code of Entryway — Send Properties

Inspect and view changes in Entryway — Send Properties source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Entryway — Send Properties",
  "version": "1.1.0",
  "description": "Send property listings from Zillow, StreetEasy, Redfin, and Compass to your Entryway account.",
  "browser_specific_settings": {
    "gecko": {
      "id": "firefox-extension@entrywaychat.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "webNavigation"
  ],
  "host_permissions": [
    "*://api.entrywaychat.com/*",
    "*://*.zillow.com/*",
    "*://*.streeteasy.com/*",
    "*://*.redfin.com/*",
    "*://*.compass.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.zillow.com/*",
        "*://*.streeteasy.com/*",
        "*://*.redfin.com/*",
        "*://*.compass.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}

Best Entryway — Send Properties Alternatives

Here are some Firefox add-ons that are similar to Entryway — Send Properties: