My Realty
Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
Qu'est-ce que My Realty ?
My Realty est une extension Chrome développée par Nikolay.Kuznetcov, et sa fonction principale est "Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension My Realty
Téléchargez les fichiers d'extension My Realty au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
Informations de Base sur l'Extension
Nom | |
ID | engjidpfjkimnhnjeahnejmmbpdlaaih |
URL Officiel | https://chrome.google.com/webstore/detail/my-realty/engjidpfjkimnhnjeahnejmmbpdlaaih |
Description | Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads. |
Taille du Fichier | 256 KB |
Nombre d'Installations | 53 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2016-07-20 |
Date de Publication | 2016-07-20 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Nikolay.Kuznetcov |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |