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文件
下載Property Seeker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } |