REI Calcualtor
REI Calculator Extension
Cos'è REI Calcualtor?
REI Calcualtor è un'estensione di Chrome sviluppata da Remote Real Estate, e la sua funzione principale è "REI Calculator Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione REI Calcualtor
Scarica i file di estensione REI Calcualtor 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | aebankkffkmedfglnckijjjhjppnpmbk |
| URL Ufficiale | https://chromewebstore.google.com/detail/rei-calcualtor/aebankkffkmedfglnckijjjhjppnpmbk |
| Descrizione | REI Calculator Extension |
| Dimensione del File | 1.23 MB |
| Conteggio Installazioni | 163 |
| Versione Corrente | 0.4.0 |
| Ultimo Aggiornamento | 2021-02-24 |
| Data di Pubblicazione | 2020-08-19 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Remote Real Estate |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
}
} | |