Assumable

Assumable realestate

Assumable là gì?

Assumable là một tiện ích mở rộng Chrome được phát triển bởi [email protected], và tính năng chính của nó là "Assumable realestate".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Assumable

Tải xuống các tệp mở rộng Assumable dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Assumable Assumable
ID gimdnglebecepanjcmejhlboifkhemih
URL Chính Thức https://chromewebstore.google.com/detail/assumable/gimdnglebecepanjcmejhlboifkhemih
Mô tả Assumable realestate
Kích Thước Tệp 485 KB
Số Lần Cài Đặt 135
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2023-11-30
Ngày Phát Hành 2023-11-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển [email protected]
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.assumable.io/
URL Trang Trợ Giúp https://www.assumable.io/faq
URL Trang Chính Sách Bảo Mật https://www.assumable.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}