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 là gì?
Bubble Extension là một tiện ích mở rộng Chrome được phát triển bởi uideveloper, và tính năng chính của nó là "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…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bubble Extension
Tải xuống các tệp mở rộng Bubble Extension 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bubble Extension |
ID | eanbkhpjhiamapnipcgkjflbaangphhe |
URL Chính Thức | https://chromewebstore.google.com/detail/bubble-extension/eanbkhpjhiamapnipcgkjflbaangphhe |
Mô tả | 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… |
Kích Thước Tệp | 856 KB |
Số Lần Cài Đặt | 49 |
Phiên Bản Hiện Tại | 0.913 |
Cập Nhật Lần Cuối | 2021-04-20 |
Ngày Phát Hành | 2021-03-05 |
Nhà Phát Triển | uideveloper |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.getmybubble.com |
URL Trang Trợ Giúp | https://www.getmybubble.com/contact-us |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |