Property Seeker

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

Что такое Property Seeker?

Property Seeker - это расширение Chrome, разработанное cheesestringer, и его основная функция - "Calculate the price range for property advertised on Domain and Real Estate.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Property Seeker

Скачайте файлы расширений 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"
}