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…

O que é CMS Detect - What CMS is that site using??

CMS Detect - What CMS is that site using? é uma extensão do Chrome desenvolvida por https://cmsdetect.com, e sua principal característica é "As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CMS Detect - What CMS is that site using?

Baixe arquivos de extensão CMS Detect - What CMS is that site using? no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…
Tamanho do Arquivo 45.91 KB
Contagem de Instalações 26,033
Versão Atual 0.3
Última Atualização 2018-02-11
Data de Publicação 2018-02-10
Classificação 4.69/5 Total de 147 Avaliações
Desenvolvedor https://cmsdetect.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://cmsdetect.com
URL da Página de Ajuda http://cmsdetect.com/contact
Idiomas Suportados 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'"
}