Real Price
Find the real price for Australian Real Estate!
Что такое Real Price?
Real Price - это расширение Chrome, разработанное Kaiserapps, и его основная функция - "Find the real price for Australian Real Estate!".
Снимки экрана расширения
Скачать файл CRX расширения Real Price
Скачайте файлы расширений Real Price в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension adds a button to search results and listings on realestate.com.au to reveal the internal price of a listing. This is useful in Queensland where many listings do not have prices publicly available but there is a hidden price behind the scenes for the listing. All this extension really does is query realestate.com.au multiple times until the exact price is found and displays that to you.
Основная информация о расширении
Название | Real Price |
ID | kckgiidmkllghibpmlploicellcieppd |
Официальный URL | https://chromewebstore.google.com/detail/real-price/kckgiidmkllghibpmlploicellcieppd |
Описание | Find the real price for Australian Real Estate! |
Размер файла | 10.02 KB |
Количество установок | 260 |
Текущая Версия | 1.0 |
Последнее Обновление | 2020-09-28 |
Дата публикации | 2020-09-27 |
Рейтинг | 2.33/5 Всего 3 оценок |
Разработчик | Kaiserapps |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/benkaiser/real-price |
URL страницы помощи | https://github.com/benkaiser/real-price/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Real Price", "version": "1.0", "description": "Find the real price for Australian Real Estate!", "content_scripts": [ { "matches": [ "https:\/\/*.realestate.com.au\/*" ], "css": [ "main.css" ], "js": [ "contentScript.js" ] } ], "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "manifest_version": 2 } |