REI Calcualtor
REI Calculator Extension
REI Calcualtor là gì?
REI Calcualtor là một tiện ích mở rộng Chrome được phát triển bởi Remote Real Estate, và tính năng chính của nó là "REI Calculator Extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng REI Calcualtor
Tải xuống các tệp mở rộng REI Calcualtor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | REI Calcualtor |
ID | aebankkffkmedfglnckijjjhjppnpmbk |
URL Chính Thức | https://chromewebstore.google.com/detail/rei-calcualtor/aebankkffkmedfglnckijjjhjppnpmbk |
Mô tả | REI Calculator Extension |
Kích Thước Tệp | 1.23 MB |
Số Lần Cài Đặt | 163 |
Phiên Bản Hiện Tại | 0.4.0 |
Cập Nhật Lần Cuối | 2021-02-24 |
Ngày Phát Hành | 2020-08-19 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Remote Real Estate |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |