Homescope

Discover cashflow rental properties in seconds!

Homescope क्या है?

Homescope https://homescope.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover cashflow rental properties in seconds!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Homescope एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Homescope Extension by homescope.io
Use Homescope to instantly analyze a real estate property right within Zillow.

Estimate your operating expenses and see estimate your monthly cash flow for a rental property.

See more details at: https://homescope.io                    

एक्सटेंशन की मूल जानकारी

नाम Homescope Homescope
ID idiapepibkojbdegibeeoodjgpolflne
आधिकारिक URL https://chromewebstore.google.com/detail/homescope/idiapepibkojbdegibeeoodjgpolflne
विवरण Discover cashflow rental properties in seconds!
फ़ाइल का आकार 1.1 MB
स्थापना संख्या 158
वर्तमान संस्करण 2.1.5
अंतिम अपडेट 2022-10-10
प्रकाशन तिथि 2022-09-07
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर https://homescope.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://homescope.io
सहायता पृष्ठ URL https://homescope.io/contact
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Homescope",
    "version": "2.1.5",
    "icons": {
        "16": "assets\/icons\/logo192.png",
        "48": "assets\/icons\/logo192.png",
        "128": "assets\/icons\/logo192.png"
    },
    "description": "Discover cashflow rental properties in seconds!",
    "homepage_url": "https:\/\/homescope.io",
    "short_name": "Homescope",
    "permissions": [
        "tabs",
        "storage",
        "identity"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "author": "calebfahlgren",
    "minimum_chrome_version": "88",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "js\/serviceworker.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.zillow.com\/*",
                "https:\/\/*.zillow.com\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ],
            "css": [
                "assets\/styles\/sidebar.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/logo192.png",
            "48": "assets\/icons\/logo192.png",
            "128": "assets\/icons\/logo192.png"
        },
        "default_title": "homescope"
    }
}