Property Seeker
Calculate the price range for property advertised on Domain and Real Estate.
Property Seeker là gì?
Property Seeker là một tiện ích mở rộng Chrome được phát triển bởi cheesestringer, và tính năng chính của nó là "Calculate the price range for property advertised on Domain and Real Estate.".
Ả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 Property Seeker
Tải xuống các tệp mở rộng Property Seeker 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Property Seeker |
ID | olfjldooogfhhgklechmbdemheblklga |
URL Chính Thức | https://chromewebstore.google.com/detail/property-seeker/olfjldooogfhhgklechmbdemheblklga |
Mô tả | Calculate the price range for property advertised on Domain and Real Estate. |
Kích Thước Tệp | 7.81 KB |
Số Lần Cài Đặt | 3,196 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2022-12-27 |
Ngày Phát Hành | 2021-08-12 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | cheesestringer |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/cheesestringer/property-seeker |
URL Trang Trợ Giúp | https://github.com/cheesestringer/property-seeker/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } |