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.”。

扩展截图

screenshot

下载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 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"
}