Assumable

Assumable realestate

Assumable क्या है?

Assumable [email protected] द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Assumable realestate"।

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

screenshot

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

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

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

                        Find homes with Assumable mortgages

Assumable helps consumers find homes with Assumable mortgages while they're browsing Zillow or Redfin.

Assumable is the first platform of its kind - allowing buyers, sellers, investors, and other consumers to find homes with Assumable mortgages and get the support they need to complete their sale or purchase.

Install Assumable for Chrome to discover financial freedom and huge savings opportunities with and Assumable mortgage.

Assumable.io                    

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

नाम Assumable Assumable
ID gimdnglebecepanjcmejhlboifkhemih
आधिकारिक URL https://chromewebstore.google.com/detail/assumable/gimdnglebecepanjcmejhlboifkhemih
विवरण Assumable realestate
फ़ाइल का आकार 485 KB
स्थापना संख्या 135
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2023-11-30
प्रकाशन तिथि 2023-11-06
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर [email protected]
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.assumable.io/
सहायता पृष्ठ URL https://www.assumable.io/faq
गोपनीयता नीति पृष्ठ URL https://www.assumable.io/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Assumable",
    "description": "Assumable realestate",
    "version": "1.1.0",
    "action": {
        "default_title": "Assumable",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "identity"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.zillow.com\/*",
                "https:\/\/www.redfin.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/popup.html"
            ],
            "matches": [
                "https:\/\/www.zillow.com\/*",
                "https:\/\/www.redfin.com\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "1002251544211-tlqlaoci25ekqskkivscg2efuli9kk2r.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}