Assumable

Assumable realestate

Assumable란 무엇입니까?

Assumable은(는) [email protected]에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Assumable realestate"입니다.

확장 프로그램 스크린샷

screenshot

Assumable 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        ]
    }
}