Realtime Analysis for Real Estate Investors

Instant TK Numbers analyser designed for investors. Support BP Biggerpockets marketplace, Indy MLS (miborblc), Zillow, Trulia.

What is Realtime Analysis for Real Estate Investors?

Realtime Analysis for Real Estate Investors is a Chrome extension developed by tidelab, and its main feature is "Instant TK Numbers analyser designed for investors. Support BP Biggerpockets marketplace, Indy MLS (miborblc), Zillow, Trulia.".

Extension Screenshots

screenshot

Download Realtime Analysis for Real Estate Investors Extension CRX File

Download Realtime Analysis for Real Estate Investors 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

                                            

Extension Basic Information

Name Realtime Analysis for Real Estate Investors Realtime Analysis for Real Estate Investors
ID nefomlgkiionhhepnajmmfbjnjhbiddk
Official URL https://chrome.google.com/webstore/detail/realtime-analysis-for-rea/nefomlgkiionhhepnajmmfbjnjhbiddk
Description Instant TK Numbers analyser designed for investors. Support BP Biggerpockets marketplace, Indy MLS (miborblc), Zillow, Trulia.
File Size 60.92 KB
Installation Count 217
Current Version 0.92
Last Updated 2016-08-15
Publish Date 2016-08-15
Rating 5.00/5 Total 2 Ratings
Developer tidelab
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Realtime Analysis for Real Estate Investors",
    "short_name": "TK Numbers",
    "description": "Instant TK Numbers analyser designed for investors. Support BP Biggerpockets marketplace, Indy MLS (miborblc), Zillow, Trulia.",
    "version": "0.92",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "[email protected]",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.biggerpockets.com\/*",
                "*:\/\/biggerpockets.com\/*",
                "*:\/\/*.miborblc.com\/*",
                "*:\/\/miborblc.com\/*"
            ],
            "css": [
                "css\/mystyles.css"
            ],
            "js": [
                "third_party\/jquery-2.2.0.min.js",
                "third_party\/xml2json.min.js",
                "scripts\/all.min.js"
            ]
        }
    ],
    "permissions": [
        "identity",
        "activeTab",
        "",
        "tabs",
        "storage"
    ]
}