Realtor.com Tools

The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…

What is Realtor.com Tools?

Realtor.com Tools is a Chrome extension developed by rmbaumer, and its main feature is "The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…".

Extension Screenshots

screenshot

Download Realtor.com Tools Extension CRX File

Download Realtor.com Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Realtor.com Tools Realtor.com Tools
ID aahinbcdofnajjoonjgnedbcmjfegblp
Official URL https://chromewebstore.google.com/detail/realtorcom-tools/aahinbcdofnajjoonjgnedbcmjfegblp
Description The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…
File Size 29.52 KB
Installation Count 289
Current Version 0.5
Last Updated 2019-11-15
Publish Date 2019-11-15
Developer rmbaumer
Payment Type free
Supported Languages 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\/*"
    ]
}