Realtor.com Tools

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

Qu'est-ce que Realtor.com Tools ?

Realtor.com Tools est une extension Chrome développée par rmbaumer, et sa fonction principale est "The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Realtor.com Tools

Téléchargez les fichiers d'extension Realtor.com Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Realtor.com Tools Realtor.com Tools
ID aahinbcdofnajjoonjgnedbcmjfegblp
URL Officiel 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…
Taille du Fichier 29.52 KB
Nombre d'Installations 289
Version Actuelle 0.5
Dernière Mise à Jour 2019-11-15
Date de Publication 2019-11-15
Développeur rmbaumer
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}