Zillow Call Downloader
Download Zillow calls directly from the premier agent CRM
Zillow Call Downloader क्या है?
Zillow Call Downloader The Perry Group द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download Zillow calls directly from the premier agent CRM"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Zillow Call Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } ] } |