Dashly
Homebuyer Mortgage Widget - by Dashly
Dashly란 무엇입니까?
Dashly은(는) https://dashly.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Homebuyer Mortgage Widget - by Dashly"입니다.
확장 프로그램 스크린샷
Dashly 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } } |