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…」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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'"
}