REI Calcualtor

REI Calculator Extension

Qu'est-ce que REI Calcualtor ?

REI Calcualtor est une extension Chrome développée par Remote Real Estate, et sa fonction principale est "REI Calculator Extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension REI Calcualtor

Téléchargez les fichiers d'extension REI Calcualtor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom REI Calcualtor REI Calcualtor
ID aebankkffkmedfglnckijjjhjppnpmbk
URL Officiel https://chromewebstore.google.com/detail/rei-calcualtor/aebankkffkmedfglnckijjjhjppnpmbk
Description REI Calculator Extension
Taille du Fichier 1.23 MB
Nombre d'Installations 163
Version Actuelle 0.4.0
Dernière Mise à Jour 2021-02-24
Date de Publication 2020-08-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur Remote Real Estate
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
    }
}