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. 擴展基本資訊
| 名稱 | |
| ID | aebankkffkmedfglnckijjjhjppnpmbk |
| 官方網址 | 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
}
} | |