CMS Detect - What CMS is that site using?

As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…

Co je CMS Detect - What CMS is that site using??

CMS Detect - What CMS is that site using? je rozšíření Chrome vyvinuté https://cmsdetect.com, a jeho hlavní funkcí je „As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření CMS Detect - What CMS is that site using?

Stáhněte si soubory rozšíření CMS Detect - What CMS is that site using? ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to build them.

CMS Detect makes that task really simple.

All you need to do is find a site that you want to detect what CMS was used to build it, click on the CMS Detect icon and you will get your answer.                    

Základní Informace o Rozšíření

Název CMS Detect - What CMS is that site using? CMS Detect - What CMS is that site using?
ID hkkdnbjbdnfjmnldiogaepcokpldimao
Oficiální URL https://chromewebstore.google.com/detail/cms-detect-what-cms-is-th/hkkdnbjbdnfjmnldiogaepcokpldimao
Popis As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…
Velikost souboru 45.91 KB
Počet instalací 26,033
Aktuální Verze 0.3
Poslední Aktualizace 2018-02-11
Datum Vydání 2018-02-10
Hodnocení 4.69/5 Celkem 147 Hodnocení
Vývojář https://cmsdetect.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://cmsdetect.com
URL Stránky Nápovědy http://cmsdetect.com/contact
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CMS Detect - What CMS is that site using?",
    "short_name": "CMS Detect",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon38.png"
        },
        "default_popup": "Popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}