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…

Was ist CMS Detect - What CMS is that site using??

CMS Detect - What CMS is that site using? ist eine Chrome-Erweiterung, die von https://cmsdetect.com entwickelt wurde, und ihr Hauptmerkmal ist "As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…".

Erweiterungsscreenshots

screenshot

CMS Detect - What CMS is that site using?-Erweiterungs-CRX-Datei herunterladen

Laden Sie CMS Detect - What CMS is that site using?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name CMS Detect - What CMS is that site using? CMS Detect - What CMS is that site using?
ID hkkdnbjbdnfjmnldiogaepcokpldimao
Offizielle URL https://chromewebstore.google.com/detail/cms-detect-what-cms-is-th/hkkdnbjbdnfjmnldiogaepcokpldimao
Beschreibung As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…
Dateigröße 45.91 KB
Installationsanzahl 26,033
Aktuelle Version 0.3
Letztes Update 2018-02-11
Veröffentlichungsdatum 2018-02-10
Bewertung 4.69/5 Insgesamt 147 Bewertungen
Entwickler https://cmsdetect.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://cmsdetect.com
Hilfeseite URL http://cmsdetect.com/contact
Unterstützte Sprachen 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'"
}