My Realty
Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
Apa itu My Realty?
My Realty adalah ekstensi Chrome yang dikembangkan oleh Nikolay.Kuznetcov, dan fitur utamanya adalah "Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi My Realty
Unduh file ekstensi My Realty dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
Informasi Dasar Ekstensi
Nama | |
ID | engjidpfjkimnhnjeahnejmmbpdlaaih |
URL Resmi | https://chrome.google.com/webstore/detail/my-realty/engjidpfjkimnhnjeahnejmmbpdlaaih |
Deskripsi | Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads. |
Ukuran File | 256 KB |
Jumlah Instalasi | 53 |
Versi Saat Ini | 1.1.1 |
Terakhir Diperbarui | 2016-07-20 |
Tanggal Publikasi | 2016-07-20 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Nikolay.Kuznetcov |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } } |