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”。

扩展截图

screenshot

下载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 Zillow Call Downloader
ID lahgbpdjpbbbjednfjcoonffkfonmhfg
官方URL 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"
            ]
        }
    ]
}