Property Seeker
Calculate the price range for property advertised on Domain and Real Estate.
Property Seeker란 무엇입니까?
Property Seeker은(는) cheesestringer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculate the price range for property advertised on Domain and Real Estate."입니다.
확장 프로그램 스크린샷
Property Seeker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Take the guess work out of house hunting. Finds the hidden advertising range on Domain and Real Estate Australia to make searching for property a bit easier. For any problems or suggestions create an issue listing the details here: https://github.com/cheesestringer/property-seeker/issues If you enjoy the extension feel free to buy me a coffee :) https://www.buymeacoffee.com/cheesestringer
확장 프로그램 기본 정보
이름 | Property Seeker |
ID | olfjldooogfhhgklechmbdemheblklga |
공식 URL | https://chromewebstore.google.com/detail/property-seeker/olfjldooogfhhgklechmbdemheblklga |
설명 | Calculate the price range for property advertised on Domain and Real Estate. |
파일 크기 | 7.81 KB |
설치 횟수 | 3,196 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2022-12-27 |
출시 날짜 | 2021-08-12 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | cheesestringer |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/cheesestringer/property-seeker |
도움말 페이지 URL | https://github.com/cheesestringer/property-seeker/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Property Seeker", "version": "1.0.6", "description": "Calculate the price range for property advertised on Domain and Real Estate.", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/*.domain.com.au\/*", "https:\/\/*.realestate.com.au\/*" ], "manifest_version": 2, "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src https:\/\/*.domain.com.au https:\/\/*.realestate.com.au" } |