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…

Hvad er Bubble Extension?

Bubble Extension er en Chrome-udvidelse udviklet af uideveloper, og dens hovedfunktion er "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…".

Udvidelsesskærmbilleder

screenshot

Download Bubble Extension-udvidelses-CRX-fil

Download Bubble Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Bubble Extension Bubble Extension
ID eanbkhpjhiamapnipcgkjflbaangphhe
Officiel URL https://chromewebstore.google.com/detail/bubble-extension/eanbkhpjhiamapnipcgkjflbaangphhe
Beskrivelse 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…
Filstørrelse 856 KB
Antal Installationer 49
Nuværende Version 0.913
Senest Opdateret 2021-04-20
Udgivelsesdato 2021-03-05
Udvikler uideveloper
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.getmybubble.com
Hjælpeside-URL https://www.getmybubble.com/contact-us
Understøttede Sprog 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'"
}