SVJ+ Importer
Import dat z Katastru nemovitostí pro https://svj.plus
What is SVJ+ Importer?
SVJ+ Importer is a Chrome extension developed by https://svj.plus, and its main feature is "Import dat z Katastru nemovitostí pro https://svj.plus".
Extension Screenshots
Download SVJ+ Importer Extension CRX File
Download SVJ+ Importer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
                        Uložení dat z katastru nemovitostí ve formátu JSON, který lze importovat na https://svj.plus. 
Rozšíření je aktivní na detailu budovy nebo parcely na https://nahlizenidokn.cuzk.cz pokud stránka obsahuje odkazy na vymezené jednotky.                     Extension Basic Information
| Name |   |  
| ID | hpljaagohmbgbpkddnjmnlekienmpfeb | 
| Official URL | https://chromewebstore.google.com/detail/svj+-importer/hpljaagohmbgbpkddnjmnlekienmpfeb | 
| Description | Import dat z Katastru nemovitostí pro https://svj.plus | 
| File Size | 28.74 KB | 
| Installation Count | 70 | 
| Current Version | 1.0.2 | 
| Last Updated | 2021-04-22 | 
| Publish Date | 2019-11-05 | 
| Rating | 5.00/5 Total 1 Ratings | 
| Developer | https://svj.plus | 
| [email protected] | |
| Payment Type | free | 
| Extension Website | https://svj.plus/import/kn | 
| Supported Languages | cs | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SVJ+ Importer",
    "version": "1.0.2",
    "description": "Import dat z Katastru nemovitost\u00ed pro https:\/\/svj.plus",
    "manifest_version": 2,
    "permissions": [
        "declarativeContent",
        "https:\/\/nahlizenidokn.cuzk.cz\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "page_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        }
    }
}  |  |