My Realty
Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
Co to jest My Realty?
My Realty to rozszerzenie Chrome opracowane przez Nikolay.Kuznetcov, a jego główną funkcją jest „Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia My Realty
Pobierz pliki rozszerzeń My Realty w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | engjidpfjkimnhnjeahnejmmbpdlaaih |
Oficjalny URL | https://chrome.google.com/webstore/detail/my-realty/engjidpfjkimnhnjeahnejmmbpdlaaih |
Opis | Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads. |
Rozmiar pliku | 256 KB |
Liczba instalacji | 53 |
Aktualna Wersja | 1.1.1 |
Ostatnia Aktualizacja | 2016-07-20 |
Data Publikacji | 2016-07-20 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Nikolay.Kuznetcov |
Typ Płatności | free |
Obsługiwane Języki | 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 } } |