Realtime Analysis for Real Estate Investors

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

Cos'è Realtime Analysis for Real Estate Investors?

Realtime Analysis for Real Estate Investors è un'estensione di Chrome sviluppata da tidelab, e la sua funzione principale è "Instant TK Numbers analyser designed for investors. Support BP Biggerpockets marketplace, Indy MLS (miborblc), Zillow, Trulia.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Realtime Analysis for Real Estate Investors

Scarica i file di estensione Realtime Analysis for Real Estate Investors in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Realtime Analysis for Real Estate Investors Realtime Analysis for Real Estate Investors
ID nefomlgkiionhhepnajmmfbjnjhbiddk
URL Ufficiale https://chrome.google.com/webstore/detail/realtime-analysis-for-rea/nefomlgkiionhhepnajmmfbjnjhbiddk
Descrizione Instant TK Numbers analyser designed for investors. Support BP Biggerpockets marketplace, Indy MLS (miborblc), Zillow, Trulia.
Dimensione del File 60.92 KB
Conteggio Installazioni 217
Versione Corrente 0.92
Ultimo Aggiornamento 2016-08-15
Data di Pubblicazione 2016-08-15
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore tidelab
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}