Realtor.com Tools
The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…
Wat is Realtor.com Tools?
Realtor.com Tools is een Chrome-extensie ontwikkeld door rmbaumer, en de belangrijkste functie is "The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…".
Extensie Screenshots
Download het CRX-bestand van de extensie Realtor.com Tools
Download Realtor.com Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Realtor.com Tools |
ID | aahinbcdofnajjoonjgnedbcmjfegblp |
Officiële URL | https://chromewebstore.google.com/detail/realtorcom-tools/aahinbcdofnajjoonjgnedbcmjfegblp |
Beschrijving | The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps… |
Bestandsgrootte | 29.52 KB |
Aantal Installaties | 289 |
Huidige Versie | 0.5 |
Laatst Bijgewerkt | 2019-11-15 |
Publicatiedatum | 2019-11-15 |
Ontwikkelaar | rmbaumer |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |