Realtor.com Tools
The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…
Was ist Realtor.com Tools?
Realtor.com Tools ist eine Chrome-Erweiterung, die von rmbaumer entwickelt wurde, und ihr Hauptmerkmal ist "The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…".
Erweiterungsscreenshots
Realtor.com Tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie Realtor.com Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Realtor.com Tools |
ID | aahinbcdofnajjoonjgnedbcmjfegblp |
Offizielle URL | https://chromewebstore.google.com/detail/realtorcom-tools/aahinbcdofnajjoonjgnedbcmjfegblp |
Beschreibung | The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps… |
Dateigröße | 29.52 KB |
Installationsanzahl | 289 |
Aktuelle Version | 0.5 |
Letztes Update | 2019-11-15 |
Veröffentlichungsdatum | 2019-11-15 |
Entwickler | rmbaumer |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |