REI Calcualtor
REI Calculator Extension
Vad är REI Calcualtor?
REI Calcualtor är en Chrome-tillägg utvecklad av Remote Real Estate, och dess huvudfunktion är "REI Calculator Extension".
Tilläggsskärmbilder
Ladda ner REI Calcualtor-förlängningens CRX-fil
Ladda ner REI Calcualtor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | REI Calcualtor |
ID | aebankkffkmedfglnckijjjhjppnpmbk |
Officiell webbadress | https://chromewebstore.google.com/detail/rei-calcualtor/aebankkffkmedfglnckijjjhjppnpmbk |
Beskrivning | REI Calculator Extension |
Filstorlek | 1.23 MB |
Antal Installationer | 163 |
Aktuell Version | 0.4.0 |
Senast Uppdaterad | 2021-02-24 |
Publiceringsdatum | 2020-08-19 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Remote Real Estate |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } } |