My Realty
Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
Что такое My Realty?
My Realty - это расширение Chrome, разработанное Nikolay.Kuznetcov, и его основная функция - "Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.".
Снимки экрана расширения
Скачать файл CRX расширения My Realty
Скачайте файлы расширений My Realty в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
Основная информация о расширении
Название | |
ID | engjidpfjkimnhnjeahnejmmbpdlaaih |
Официальный URL | https://chrome.google.com/webstore/detail/my-realty/engjidpfjkimnhnjeahnejmmbpdlaaih |
Описание | Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads. |
Размер файла | 256 KB |
Количество установок | 53 |
Текущая Версия | 1.1.1 |
Последнее Обновление | 2016-07-20 |
Дата публикации | 2016-07-20 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Nikolay.Kuznetcov |
Тип оплаты | free |
Поддерживаемые языки | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Nikolai Kuznetcov", "name": "My Realty", "short_name": "My Realty", "default_locale": "en", "description": "Extension for to collect the descriptions of your own real estate, or to collect the selling\/rent ads.", "version": "1.1.1", "browser_action": { "default_icon": "\/images\/icon.png" }, "icons": { "16": "\/images\/icon.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com; object-src 'self'", "permissions": [ "tabs", "background", "geolocation", "https:\/\/*.backblaze.com\/" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |