Realtime Analysis for Real Estate Investors

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

Wat is Realtime Analysis for Real Estate Investors?

Realtime Analysis for Real Estate Investors is een Chrome-extensie ontwikkeld door tidelab, en de belangrijkste functie is "Instant TK Numbers analyser designed for investors. Support BP Biggerpockets marketplace, Indy MLS (miborblc), Zillow, Trulia.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Realtime Analysis for Real Estate Investors

Download Realtime Analysis for Real Estate Investors-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Realtime Analysis for Real Estate Investors Realtime Analysis for Real Estate Investors
ID nefomlgkiionhhepnajmmfbjnjhbiddk
Officiële URL https://chrome.google.com/webstore/detail/realtime-analysis-for-rea/nefomlgkiionhhepnajmmfbjnjhbiddk
Beschrijving Instant TK Numbers analyser designed for investors. Support BP Biggerpockets marketplace, Indy MLS (miborblc), Zillow, Trulia.
Bestandsgrootte 60.92 KB
Aantal Installaties 217
Huidige Versie 0.92
Laatst Bijgewerkt 2016-08-15
Publicatiedatum 2016-08-15
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar tidelab
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}