My Realty
Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
What is My Realty?
My Realty is a Chrome extension developed by Nikolay.Kuznetcov, and its main feature is "Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.".
Extension Screenshots
Download My Realty Extension CRX File
Download My Realty extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
Extension Basic Information
Name | |
ID | engjidpfjkimnhnjeahnejmmbpdlaaih |
Official URL | https://chrome.google.com/webstore/detail/my-realty/engjidpfjkimnhnjeahnejmmbpdlaaih |
Description | Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads. |
File Size | 256 KB |
Installation Count | 53 |
Current Version | 1.1.1 |
Last Updated | 2016-07-20 |
Publish Date | 2016-07-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Nikolay.Kuznetcov |
Payment Type | free |
Supported Languages | 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 } } |