Property Seeker

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

Property Seeker क्या है?

Property Seeker cheesestringer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Calculate the price range for property advertised on Domain and Real Estate."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Property Seeker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
}