Zillow Call Downloader
Download Zillow calls directly from the premier agent CRM
O que é Zillow Call Downloader?
Zillow Call Downloader é uma extensão do Chrome desenvolvida por The Perry Group, e sua principal característica é "Download Zillow calls directly from the premier agent CRM".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Zillow Call Downloader
Baixe arquivos de extensão Zillow Call Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Zillow Call Downloader |
ID | lahgbpdjpbbbjednfjcoonffkfonmhfg |
URL Oficial | https://chromewebstore.google.com/detail/zillow-call-downloader/lahgbpdjpbbbjednfjcoonffkfonmhfg |
Descrição | Download Zillow calls directly from the premier agent CRM |
Tamanho do Arquivo | 235 KB |
Contagem de Instalações | 193 |
Versão Atual | 2.0 |
Última Atualização | 2022-05-12 |
Data de Publicação | 2020-05-28 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | The Perry Group |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |