REI Calcualtor
REI Calculator Extension
什么是REI Calcualtor?
REI Calcualtor是由Remote Real Estate开发的Chrome扩展程序,该扩展的主要功能是“REI Calculator Extension”。
扩展截图
下载REI Calcualtor扩展crx文件
下载REI Calcualtor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | REI Calcualtor |
ID | aebankkffkmedfglnckijjjhjppnpmbk |
官方URL | https://chromewebstore.google.com/detail/rei-calcualtor/aebankkffkmedfglnckijjjhjppnpmbk |
简介 | REI Calculator Extension |
文件大小 | 1.23 MB |
安装次数 | 163 |
当前版本 | 0.4.0 |
更新时间 | 2021-02-24 |
上架时间 | 2020-08-19 |
评分 | 5.00/5 共1次评分 |
开发者 | Remote Real Estate |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } } |