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…

Cos'è CMS Detect - What CMS is that site using??

CMS Detect - What CMS is that site using? è un'estensione di Chrome sviluppata da https://cmsdetect.com, e la sua funzione principale è "As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CMS Detect - What CMS is that site using?

Scarica i file di estensione CMS Detect - What CMS is that site using? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CMS Detect - What CMS is that site using? CMS Detect - What CMS is that site using?
ID hkkdnbjbdnfjmnldiogaepcokpldimao
URL Ufficiale https://chromewebstore.google.com/detail/cms-detect-what-cms-is-th/hkkdnbjbdnfjmnldiogaepcokpldimao
Descrizione As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…
Dimensione del File 45.91 KB
Conteggio Installazioni 26,033
Versione Corrente 0.3
Ultimo Aggiornamento 2018-02-11
Data di Pubblicazione 2018-02-10
Valutazione 4.69/5 Totale 147 Valutazioni
Sviluppatore https://cmsdetect.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://cmsdetect.com
URL della Pagina di Aiuto http://cmsdetect.com/contact
Lingue Supportate 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'"
}