My Realty

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

Vad är My Realty?

My Realty är en Chrome-tillägg utvecklad av Nikolay.Kuznetcov, och dess huvudfunktion är "Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner My Realty-förlängningens CRX-fil

Ladda ner My Realty-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn My Realty My Realty
ID engjidpfjkimnhnjeahnejmmbpdlaaih
Officiell webbadress https://chrome.google.com/webstore/detail/my-realty/engjidpfjkimnhnjeahnejmmbpdlaaih
Beskrivning Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
Filstorlek 256 KB
Antal Installationer 53
Aktuell Version 1.1.1
Senast Uppdaterad 2016-07-20
Publiceringsdatum 2016-07-20
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Nikolay.Kuznetcov
Betalningssätt free
Stödda Språk 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
    }
}