Zillow Call Downloader

Download Zillow calls directly from the premier agent CRM

Cos'è Zillow Call Downloader?

Zillow Call Downloader è un'estensione di Chrome sviluppata da The Perry Group, e la sua funzione principale è "Download Zillow calls directly from the premier agent CRM".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Zillow Call Downloader

Scarica i file di estensione Zillow Call Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Zillow Call Downloader Zillow Call Downloader
ID lahgbpdjpbbbjednfjcoonffkfonmhfg
URL Ufficiale https://chromewebstore.google.com/detail/zillow-call-downloader/lahgbpdjpbbbjednfjcoonffkfonmhfg
Descrizione Download Zillow calls directly from the premier agent CRM
Dimensione del File 235 KB
Conteggio Installazioni 193
Versione Corrente 2.0
Ultimo Aggiornamento 2022-05-12
Data di Pubblicazione 2020-05-28
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore The Perry Group
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}