Zillow Call Downloader

Download Zillow calls directly from the premier agent CRM

Zillow Call Downloader là gì?

Zillow Call Downloader là một tiện ích mở rộng Chrome được phát triển bởi The Perry Group, và tính năng chính của nó là "Download Zillow calls directly from the premier agent CRM".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zillow Call Downloader

Tải xuống các tệp mở rộng Zillow Call Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zillow Call Downloader Zillow Call Downloader
ID lahgbpdjpbbbjednfjcoonffkfonmhfg
URL Chính Thức https://chromewebstore.google.com/detail/zillow-call-downloader/lahgbpdjpbbbjednfjcoonffkfonmhfg
Mô tả Download Zillow calls directly from the premier agent CRM
Kích Thước Tệp 235 KB
Số Lần Cài Đặt 193
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2022-05-12
Ngày Phát Hành 2020-05-28
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển The Perry Group
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}