Zillow Call Downloader

Download Zillow calls directly from the premier agent CRM

What is Zillow Call Downloader?

Zillow Call Downloader is a Chrome extension developed by The Perry Group, and its main feature is "Download Zillow calls directly from the premier agent CRM".

Extension Screenshots

screenshot

Download Zillow Call Downloader Extension CRX File

Download Zillow Call Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension makes it easy for Zillow Premier agents to download their phone calls with clients by placing a "Download" button under the recording of your call. Simply open up the inquiry in your Zillow inbox and look for the download button under the call recording and click "Download"

Changelog:
V2.0 — Added a button to copy the URL of the audio file.                    

Extension Basic Information

Name Zillow Call Downloader Zillow Call Downloader
ID lahgbpdjpbbbjednfjcoonffkfonmhfg
Official URL https://chromewebstore.google.com/detail/zillow-call-downloader/lahgbpdjpbbbjednfjcoonffkfonmhfg
Description Download Zillow calls directly from the premier agent CRM
File Size 235 KB
Installation Count 193
Current Version 2.0
Last Updated 2022-05-12
Publish Date 2020-05-28
Rating 5.00/5 Total 4 Ratings
Developer The Perry Group
Email [email protected]
Payment Type free
Supported Languages en
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"
            ]
        }
    ]
}