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文件
下载Bubble Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装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 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'" } |