Zillow Call Downloader
Download Zillow calls directly from the premier agent CRM
Was ist Zillow Call Downloader?
Zillow Call Downloader ist eine Chrome-Erweiterung, die von The Perry Group entwickelt wurde, und ihr Hauptmerkmal ist "Download Zillow calls directly from the premier agent CRM".
Erweiterungsscreenshots
Zillow Call Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Zillow Call Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Zillow Call Downloader |
ID | lahgbpdjpbbbjednfjcoonffkfonmhfg |
Offizielle URL | https://chromewebstore.google.com/detail/zillow-call-downloader/lahgbpdjpbbbjednfjcoonffkfonmhfg |
Beschreibung | Download Zillow calls directly from the premier agent CRM |
Dateigröße | 235 KB |
Installationsanzahl | 193 |
Aktuelle Version | 2.0 |
Letztes Update | 2022-05-12 |
Veröffentlichungsdatum | 2020-05-28 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | The Perry Group |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |