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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" ] } ] } |