Realtor.com Tools
The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…
Τι είναι το Realtor.com Tools;
Το Realtor.com Tools είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rmbaumer, και η κύρια λειτουργία του είναι "The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Realtor.com Tools
Λήψη αρχείων επέκτασης Realtor.com Tools σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps Not affiliated with Realtor.com To request a new feature, leave a note in a review and I will implement the new feature as time allows.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Realtor.com Tools |
ID | aahinbcdofnajjoonjgnedbcmjfegblp |
Επίσημο URL | https://chromewebstore.google.com/detail/realtorcom-tools/aahinbcdofnajjoonjgnedbcmjfegblp |
Περιγραφή | The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps… |
Μέγεθος Αρχείου | 29.52 KB |
Αριθμός Εγκαταστάσεων | 289 |
Τρέχουσα Έκδοση | 0.5 |
Τελευταία Ενημέρωση | 2019-11-15 |
Ημερομηνία Δημοσίευσης | 2019-11-15 |
Προγραμματιστής | rmbaumer |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Realtor.com Tools", "version": "0.5", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.realtor.com\/*", "https:\/\/realtor.com\/*", "https:\/\/broadbandmap.fcc.gov\/*" ], "js": [ "jquery.js", "content.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs", "https:\/\/www.realtor.com\/*", "https:\/\/realtor.com\/*", "https:\/\/broadbandmap.fcc.gov\/*" ] } |