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
Eメール [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"
            ]
        }
    ]
}