Realtor.com Tools
The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…
Hvad er Realtor.com Tools?
Realtor.com Tools er en Chrome-udvidelse udviklet af rmbaumer, og dens hovedfunktion er "The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…".
Udvidelsesskærmbilleder
Download Realtor.com Tools-udvidelses-CRX-fil
Download Realtor.com Tools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Realtor.com Tools |
ID | aahinbcdofnajjoonjgnedbcmjfegblp |
Officiel URL | https://chromewebstore.google.com/detail/realtorcom-tools/aahinbcdofnajjoonjgnedbcmjfegblp |
Beskrivelse | The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps… |
Filstørrelse | 29.52 KB |
Antal Installationer | 289 |
Nuværende Version | 0.5 |
Senest Opdateret | 2019-11-15 |
Udgivelsesdato | 2019-11-15 |
Udvikler | rmbaumer |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } |