My Realty
Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
Was ist My Realty?
My Realty ist eine Chrome-Erweiterung, die von Nikolay.Kuznetcov entwickelt wurde, und ihr Hauptmerkmal ist "Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.".
Erweiterungsscreenshots
My Realty-Erweiterungs-CRX-Datei herunterladen
Laden Sie My Realty-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
Grundlegende Informationen zur Erweiterung
Name | |
ID | engjidpfjkimnhnjeahnejmmbpdlaaih |
Offizielle URL | https://chrome.google.com/webstore/detail/my-realty/engjidpfjkimnhnjeahnejmmbpdlaaih |
Beschreibung | Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads. |
Dateigröße | 256 KB |
Installationsanzahl | 53 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2016-07-20 |
Veröffentlichungsdatum | 2016-07-20 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Nikolay.Kuznetcov |
Zahlungsart | free |
Unterstützte Sprachen | 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 } } |