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 هو إضافة Chrome تم تطويرها بواسطة uideveloper، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة Bubble Extension

قم بتنزيل ملفات الامتداد Bubble Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة 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'"
}