My Realty
Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
Hvad er My Realty?
My Realty er en Chrome-udvidelse udviklet af Nikolay.Kuznetcov, og dens hovedfunktion er "Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.".
Udvidelsesskærmbilleder
Download My Realty-udvidelses-CRX-fil
Download My Realty-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | engjidpfjkimnhnjeahnejmmbpdlaaih |
Officiel URL | https://chrome.google.com/webstore/detail/my-realty/engjidpfjkimnhnjeahnejmmbpdlaaih |
Beskrivelse | Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads. |
Filstørrelse | 256 KB |
Antal Installationer | 53 |
Nuværende Version | 1.1.1 |
Senest Opdateret | 2016-07-20 |
Udgivelsesdato | 2016-07-20 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Nikolay.Kuznetcov |
Betalingsmetode | free |
Understøttede Sprog | 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 } } |