Zillow Call Downloader

Download Zillow calls directly from the premier agent CRM

Vad är Zillow Call Downloader?

Zillow Call Downloader är en Chrome-tillägg utvecklad av The Perry Group, och dess huvudfunktion är "Download Zillow calls directly from the premier agent CRM".

Tilläggsskärmbilder

screenshot

Ladda ner Zillow Call Downloader-förlängningens CRX-fil

Ladda ner Zillow Call Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Zillow Call Downloader Zillow Call Downloader
ID lahgbpdjpbbbjednfjcoonffkfonmhfg
Officiell webbadress https://chromewebstore.google.com/detail/zillow-call-downloader/lahgbpdjpbbbjednfjcoonffkfonmhfg
Beskrivning Download Zillow calls directly from the premier agent CRM
Filstorlek 235 KB
Antal Installationer 193
Aktuell Version 2.0
Senast Uppdaterad 2022-05-12
Publiceringsdatum 2020-05-28
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare The Perry Group
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}