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.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης My Realty

Λήψη αρχείων επέκτασης My Realty σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα My Realty My Realty
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
    }
}