Zillow Call Downloader

Zillow Call Downloader

Download Zillow calls directly from the premier agent CRM

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Zillow Call Downloader",
  "short_name": "Zillow Call Downloader",
  "version": "2.0",
  "description": "Download Zillow calls directly from the premier agent CRM",
  "author": "The Perry Group",
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "72": "icons/icon-72.png"
    }
  },
  "icons": {
    "128": "icons/icon-128.png",
    "256": "icons/icon-256.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://premieragent.zillow.com/crm/*"
      ],
      "js": [
        "scripts/background.js"
      ]
    }
  ]
}