Zillow Call Downloader

Download Zillow calls directly from the premier agent CRM

Что такое Zillow Call Downloader?

Zillow Call Downloader - это расширение Chrome, разработанное The Perry Group, и его основная функция - "Download Zillow calls directly from the premier agent CRM".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Zillow Call Downloader

Скачайте файлы расширений 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"
            ]
        }
    ]
}