My Realty

Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.

¿Qué es My Realty?

My Realty es una extensión de Chrome desarrollada por Nikolay.Kuznetcov, y su función principal es "Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión My Realty

Descarga archivos de extensión My Realty en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.                    

Información Básica de la Extensión

Nombre My Realty My Realty
ID engjidpfjkimnhnjeahnejmmbpdlaaih
URL Oficial https://chrome.google.com/webstore/detail/my-realty/engjidpfjkimnhnjeahnejmmbpdlaaih
Descripción Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
Tamaño del Archivo 256 KB
Cantidad de Instalaciones 53
Versión Actual 1.1.1
Última Actualización 2016-07-20
Fecha de Publicación 2016-07-20
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Nikolay.Kuznetcov
Tipo de Pago free
Idiomas Soportados 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
    }
}