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]
Eメール [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"
        ]
    }
}