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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}