REI Calcualtor

REI Calculator Extension

REI Calcualtorคืออะไร?

REI Calcualtor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Remote Real Estate และคุณลักษณะหลักของมันคือ "REI Calculator Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย REI Calcualtor

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
    }
}