Dashly

Homebuyer Mortgage Widget - by Dashly

Was ist Dashly?

Dashly ist eine Chrome-Erweiterung, die von https://dashly.com entwickelt wurde, und ihr Hauptmerkmal ist "Homebuyer Mortgage Widget - by Dashly".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Dashly-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dashly-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Dashly Dashly
ID bcenfddgpdleajejaomdgnpnlfmhfhkg
Offizielle URL https://chromewebstore.google.com/detail/dashly/bcenfddgpdleajejaomdgnpnlfmhfhkg
Beschreibung Homebuyer Mortgage Widget - by Dashly
Dateigröße 202 KB
Installationsanzahl 86
Aktuelle Version 1.0.1
Letztes Update 2021-01-23
Veröffentlichungsdatum 2020-12-24
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://dashly.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://dashly.com/
Hilfeseite URL https://help.dashly.com
URL der Datenschutzrichtlinien-Seite https://dashly.com/terms/privacy
Unterstützte Sprachen 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"
        ]
    }
}