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