Dashly
Homebuyer Mortgage Widget - by Dashly
Dashly là gì?
Dashly là một tiện ích mở rộng Chrome được phát triển bởi https://dashly.com, và tính năng chính của nó là "Homebuyer Mortgage Widget - by Dashly".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dashly
Tải xuống các tệp mở rộng Dashly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Dashly |
ID | bcenfddgpdleajejaomdgnpnlfmhfhkg |
URL Chính Thức | https://chromewebstore.google.com/detail/dashly/bcenfddgpdleajejaomdgnpnlfmhfhkg |
Mô tả | Homebuyer Mortgage Widget - by Dashly |
Kích Thước Tệp | 202 KB |
Số Lần Cài Đặt | 86 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2021-01-23 |
Ngày Phát Hành | 2020-12-24 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://dashly.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://dashly.com/ |
URL Trang Trợ Giúp | https://help.dashly.com |
URL Trang Chính Sách Bảo Mật | https://dashly.com/terms/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |