My Realty
Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
My Realty क्या है?
My Realty Nikolay.Kuznetcov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में My Realty एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } } |