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…

Wat is CMS Detect - What CMS is that site using??

CMS Detect - What CMS is that site using? is een Chrome-extensie ontwikkeld door https://cmsdetect.com, en de belangrijkste functie is "As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CMS Detect - What CMS is that site using?

Download CMS Detect - What CMS is that site using?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CMS Detect - What CMS is that site using? CMS Detect - What CMS is that site using?
ID hkkdnbjbdnfjmnldiogaepcokpldimao
Officiële URL https://chromewebstore.google.com/detail/cms-detect-what-cms-is-th/hkkdnbjbdnfjmnldiogaepcokpldimao
Beschrijving As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…
Bestandsgrootte 45.91 KB
Aantal Installaties 26,033
Huidige Versie 0.3
Laatst Bijgewerkt 2018-02-11
Publicatiedatum 2018-02-10
Beoordeling 4.69/5 Totaal 147 Beoordelingen
Ontwikkelaar https://cmsdetect.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://cmsdetect.com
Help Pagina-URL http://cmsdetect.com/contact
Ondersteunde Talen 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'"
}