Zillow Call Downloader
Download Zillow calls directly from the premier agent CRM
什麼是Zillow Call Downloader?
Zillow Call Downloader是由The Perry Group開發的Chrome擴展程式,該擴展的主要功能是“Download Zillow calls directly from the premier agent CRM”。
擴展截圖
下載Zillow Call Downloader擴展crx文件
下載Zillow Call Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Zillow Call Downloader |
ID | lahgbpdjpbbbjednfjcoonffkfonmhfg |
官方網址 | https://chromewebstore.google.com/detail/zillow-call-downloader/lahgbpdjpbbbjednfjcoonffkfonmhfg |
簡介 | Download Zillow calls directly from the premier agent CRM |
檔案大小 | 235 KB |
安裝次數 | 193 |
目前版本 | 2.0 |
更新時間 | 2022-05-12 |
上架時間 | 2020-05-28 |
評分 | 5.00/5 共 4 次評分 |
開發者 | The Perry Group |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } ] } |