Realtor.com Tools

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

Co je Realtor.com Tools?

Realtor.com Tools je rozšíření Chrome vyvinuté rmbaumer, a jeho hlavní funkcí je „The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Realtor.com Tools

Stáhněte si soubory rozšíření Realtor.com Tools ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Realtor.com Tools Realtor.com Tools
ID aahinbcdofnajjoonjgnedbcmjfegblp
Oficiální URL https://chromewebstore.google.com/detail/realtorcom-tools/aahinbcdofnajjoonjgnedbcmjfegblp
Popis The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…
Velikost souboru 29.52 KB
Počet instalací 289
Aktuální Verze 0.5
Poslední Aktualizace 2019-11-15
Datum Vydání 2019-11-15
Vývojář rmbaumer
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}