Dashly

Homebuyer Mortgage Widget - by Dashly

Hvad er Dashly?

Dashly er en Chrome-udvidelse udviklet af https://dashly.com, og dens hovedfunktion er "Homebuyer Mortgage Widget - by Dashly".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Dashly-udvidelses-CRX-fil

Download Dashly-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

                        Thinking of moving? See the best mortgage deal for your new home instantly with this awesome new and totally free extension. 

As you search for your new dream home, we’ll match it with the best mortgage deal in moments - right inside your browser. All you have to do is install, search and see how much you could save on your new mortgage! 

Works on Rightmove and Zoopla, updated with new features monthly.                    

Grundlæggende oplysninger om udvidelsen

Navn Dashly Dashly
ID bcenfddgpdleajejaomdgnpnlfmhfhkg
Officiel URL https://chromewebstore.google.com/detail/dashly/bcenfddgpdleajejaomdgnpnlfmhfhkg
Beskrivelse Homebuyer Mortgage Widget - by Dashly
Filstørrelse 202 KB
Antal Installationer 86
Nuværende Version 1.0.1
Senest Opdateret 2021-01-23
Udgivelsesdato 2020-12-24
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://dashly.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://dashly.com/
Hjælpeside-URL https://help.dashly.com
URL til Fortrolighedspolitik Side https://dashly.com/terms/privacy
Understøttede Sprog en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dashly",
    "version": "1.0.1",
    "description": "Homebuyer Mortgage Widget - by Dashly",
    "manifest_version": 2,
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/fonts.googleapis.com\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "listenForAuth.js",
        "firebase-app.js",
        "firebase-auth.js",
        "img\/*",
        "css\/*",
        "callBack.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.dashly.com\/*",
                "https:\/\/www.zoopla.co.uk\/new-homes\/*",
                "https:\/\/www.zoopla.co.uk\/for-sale\/*",
                "https:\/\/www.rightmove.co.uk\/properties\/*",
                "https:\/\/www.rightmove.co.uk\/property-for-sale\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.dashly.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}