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'est-ce que CMS Detect - What CMS is that site using? ?

CMS Detect - What CMS is that site using? est une extension Chrome développée par https://cmsdetect.com, et sa fonction principale est "As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CMS Detect - What CMS is that site using?

Téléchargez les fichiers d'extension CMS Detect - What CMS is that site using? au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CMS Detect - What CMS is that site using? CMS Detect - What CMS is that site using?
ID hkkdnbjbdnfjmnldiogaepcokpldimao
URL Officiel https://chromewebstore.google.com/detail/cms-detect-what-cms-is-th/hkkdnbjbdnfjmnldiogaepcokpldimao
Description As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…
Taille du Fichier 45.91 KB
Nombre d'Installations 26,033
Version Actuelle 0.3
Dernière Mise à Jour 2018-02-11
Date de Publication 2018-02-10
Évaluation 4.69/5 Total 147 Évaluations
Développeur https://cmsdetect.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://cmsdetect.com
URL de la Page d'Aide http://cmsdetect.com/contact
Langues Prises en Charge 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'"
}