REI Calcualtor

REI Calculator Extension

Was ist REI Calcualtor?

REI Calcualtor ist eine Chrome-Erweiterung, die von Remote Real Estate entwickelt wurde, und ihr Hauptmerkmal ist "REI Calculator Extension".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

REI Calcualtor-Erweiterungs-CRX-Datei herunterladen

Laden Sie REI Calcualtor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Real Estate Investment Calculator is a browser extension that provides an intuitive and user-friendly way for real estate investors to analyze and evaluate potential real estate investments.
The Real Estate Investment Calculator extension can help you with potential Rental Property analysis, Fix & Flip investment analysis and also Mortgage Payments calculations.                    

Grundlegende Informationen zur Erweiterung

Name REI Calcualtor REI Calcualtor
ID aebankkffkmedfglnckijjjhjppnpmbk
Offizielle URL https://chromewebstore.google.com/detail/rei-calcualtor/aebankkffkmedfglnckijjjhjppnpmbk
Beschreibung REI Calculator Extension
Dateigröße 1.23 MB
Installationsanzahl 163
Aktuelle Version 0.4.0
Letztes Update 2021-02-24
Veröffentlichungsdatum 2020-08-19
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Remote Real Estate
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "REI Calculator Extension ",
    "manifest_version": 2,
    "name": "REI Calcualtor",
    "homepage_url": "https:\/\/www.shieldapps.com\/",
    "version": "0.4.0",
    "author": "REI",
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "Resources\/ico128.png",
        "48": "Resources\/ico48.png"
    },
    "browser_action": {
        "default_icon": "Resources\/ico128.png",
        "default_title": "REI Calcualtor",
        "default_popup": "main.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.3.1\/jquery.min.js; object-src 'self'",
    "web_accessible_resources": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/fetch.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "src\/RentalScript.js"
        ],
        "persistent": false
    }
}