My Realty
Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
ما هو My Realty؟
My Realty هو إضافة Chrome تم تطويرها بواسطة Nikolay.Kuznetcov، والميزة الرئيسية لها هي "Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة My Realty
قم بتنزيل ملفات الامتداد My Realty بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
معلومات أساسية عن التمديد
الاسم | |
ID | engjidpfjkimnhnjeahnejmmbpdlaaih |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/my-realty/engjidpfjkimnhnjeahnejmmbpdlaaih |
الوصف | Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads. |
حجم الملف | 256 KB |
عدد التثبيتات | 53 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2016-07-20 |
تاريخ النشر | 2016-07-20 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Nikolay.Kuznetcov |
نوع الدفع | free |
اللغات المدعومة | 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 } } |