Merk.cz

Browser extension for Merk.cz

What is Merk.cz?

Merk.cz is a Chrome extension developed by https://imper.cz, and its main feature is "Browser extension for Merk.cz".

Extension Screenshots

screenshot
screenshot
screenshot

Download Merk.cz Extension CRX File

Download Merk.cz 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

                        Pokud jste na firemní webové stránce, rozšíření na kliknutí doplní podrobné informace o firmě, které webová prezentace patří. Informace o stáří firmy, sídle, kontaktních osobách, změny v rejstřících či poslední zmínky o firmě v mediích. Pokud jste uživatelem aplikace Merk.cz pak i obrat, počet zaměstnanců, vývoj firmy a další informace.                    

Extension Basic Information

Name Merk.cz Merk.cz
ID pmhpdlmhembafjlpohanpgkpmnpanbcd
Official URL https://chromewebstore.google.com/detail/merkcz/pmhpdlmhembafjlpohanpgkpmnpanbcd
Description Browser extension for Merk.cz
File Size 77.46 KB
Installation Count 3,170
Current Version 1.0.14
Last Updated 2018-04-10
Publish Date 2018-04-09
Rating 4.82/5 Total 11 Ratings
Developer https://imper.cz
Email [email protected]
Payment Type free
Extension Website http://www.imper.cz
Privacy Policy Page URL https://leady.com/privacy
Supported Languages en,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_extension_name__",
    "version": "1.0.14",
    "manifest_version": 2,
    "description": "__MSG_extension_description__",
    "homepage_url": "https:\/\/www.detail.cz\/",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Detail.cz"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options\/index.html",
    "web_accessible_resources": [
        "images\/icon-19.png",
        "images\/toggle-btn-detail.png",
        "images\/toggle-btn-merk.png",
        "images\/[email protected]",
        "images\/[email protected]"
    ]
}