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…

¿Qué es CMS Detect - What CMS is that site using??

CMS Detect - What CMS is that site using? es una extensión de Chrome desarrollada por https://cmsdetect.com, y su función principal es "As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión CMS Detect - What CMS is that site using?

Descarga archivos de extensión CMS Detect - What CMS is that site using? en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre CMS Detect - What CMS is that site using? CMS Detect - What CMS is that site using?
ID hkkdnbjbdnfjmnldiogaepcokpldimao
URL Oficial https://chromewebstore.google.com/detail/cms-detect-what-cms-is-th/hkkdnbjbdnfjmnldiogaepcokpldimao
Descripción As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…
Tamaño del Archivo 45.91 KB
Cantidad de Instalaciones 26,033
Versión Actual 0.3
Última Actualización 2018-02-11
Fecha de Publicación 2018-02-10
Calificación 4.69/5 Total de 147 Calificaciones
Desarrollador https://cmsdetect.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://cmsdetect.com
URL de la Página de Ayuda http://cmsdetect.com/contact
Idiomas Soportados 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'"
}