Assumable

Assumable realestate

什么是Assumable?

Assumable是由[email protected]开发的Chrome扩展程序,该扩展的主要功能是“Assumable realestate”。

扩展截图

screenshot

下载Assumable扩展crx文件

下载Assumable扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
        ]
    }
}