Bubble Extension
Bubble Home Co-Pilot is a calculator for home buyers to make sure that the home they are buying fits the budget. We help the home…
Bubble Extension란 무엇입니까?
Bubble Extension은(는) uideveloper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bubble Home Co-Pilot is a calculator for home buyers to make sure that the home they are buying fits the budget. We help the home…"입니다.
확장 프로그램 스크린샷
Bubble Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Bubble Home Co-Pilot is a calculator for home buyers to make sure that the home they are buying fits the budget. We help the home buyers and owners calculate their monthly home expenses like mortgage, property taxes, utilities along with calculating home owner insurance costs and life insurance costs if they are looking at buying a particular property. The Co-Pilot calculator helps the home buyers and owners get the costs personalized to them and their property. If they are further interested in buying home owners and life insurance, Bubble Home Co-Pilot calculator assists them in choosing the right insurance basis their needs.
확장 프로그램 기본 정보
이름 | Bubble Extension |
ID | eanbkhpjhiamapnipcgkjflbaangphhe |
공식 URL | https://chromewebstore.google.com/detail/bubble-extension/eanbkhpjhiamapnipcgkjflbaangphhe |
설명 | Bubble Home Co-Pilot is a calculator for home buyers to make sure that the home they are buying fits the budget. We help the home… |
파일 크기 | 856 KB |
설치 횟수 | 49 |
현재 버전 | 0.913 |
최근 업데이트 | 2021-04-20 |
출시 날짜 | 2021-03-05 |
개발자 | uideveloper |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.getmybubble.com |
도움말 페이지 URL | https://www.getmybubble.com/contact-us |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bubble Extension", "version": "0.913", "manifest_version": 2, "browser_action": [], "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "app\/background.js" ] }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.realtor.com\/*", "https:\/\/*.zillow.com\/*" ], "js": [ "\/static\/js\/content.js" ], "css": [ "\/static\/css\/App.css" ] } ], "web_accessible_resources": [ "\/static\/css\/content.css" ], "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk=';script-src 'self' 'https:\/\/unpkg.com\/'; object-src 'self'" } |