Realtor.com Tools

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

Realtor.com Tools क्या है?

Realtor.com Tools rmbaumer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Realtor.com Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Realtor.com Tools Realtor.com Tools
ID aahinbcdofnajjoonjgnedbcmjfegblp
आधिकारिक URL https://chromewebstore.google.com/detail/realtorcom-tools/aahinbcdofnajjoonjgnedbcmjfegblp
विवरण The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…
फ़ाइल का आकार 29.52 KB
स्थापना संख्या 289
वर्तमान संस्करण 0.5
अंतिम अपडेट 2019-11-15
प्रकाशन तिथि 2019-11-15
डेवलपर rmbaumer
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
    ]
}