Dashly
Homebuyer Mortgage Widget - by Dashly
Τι είναι το Dashly;
Το Dashly είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dashly.com, και η κύρια λειτουργία του είναι "Homebuyer Mortgage Widget - by Dashly".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Dashly
Λήψη αρχείων επέκτασης Dashly σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Dashly |
ID | bcenfddgpdleajejaomdgnpnlfmhfhkg |
Επίσημο URL | https://chromewebstore.google.com/detail/dashly/bcenfddgpdleajejaomdgnpnlfmhfhkg |
Περιγραφή | Homebuyer Mortgage Widget - by Dashly |
Μέγεθος Αρχείου | 202 KB |
Αριθμός Εγκαταστάσεων | 86 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2021-01-23 |
Ημερομηνία Δημοσίευσης | 2020-12-24 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://dashly.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://dashly.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://help.dashly.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://dashly.com/terms/privacy |
Υποστηριζόμενες Γλώσσες | 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" ] } } |