Property Seeker

Calculate the price range for property advertised on Domain and Real Estate.

Apa itu Property Seeker?

Property Seeker adalah ekstensi Chrome yang dikembangkan oleh cheesestringer, dan fitur utamanya adalah "Calculate the price range for property advertised on Domain and Real Estate.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Property Seeker

Unduh file ekstensi Property Seeker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Property Seeker Property Seeker
ID olfjldooogfhhgklechmbdemheblklga
URL Resmi https://chromewebstore.google.com/detail/property-seeker/olfjldooogfhhgklechmbdemheblklga
Deskripsi Calculate the price range for property advertised on Domain and Real Estate.
Ukuran File 7.81 KB
Jumlah Instalasi 3,196
Versi Saat Ini 1.0.6
Terakhir Diperbarui 2022-12-27
Tanggal Publikasi 2021-08-12
Penilaian 5.00/5 Total 5 Penilaian
Pengembang cheesestringer
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/cheesestringer/property-seeker
URL Halaman Bantuan https://github.com/cheesestringer/property-seeker/issues
Bahasa yang Didukung 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"
}