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…

Hvad er CMS Detect - What CMS is that site using??

CMS Detect - What CMS is that site using? er en Chrome-udvidelse udviklet af https://cmsdetect.com, og dens hovedfunktion er "As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…".

Udvidelsesskærmbilleder

screenshot

Download CMS Detect - What CMS is that site using?-udvidelses-CRX-fil

Download CMS Detect - What CMS is that site using?-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn CMS Detect - What CMS is that site using? CMS Detect - What CMS is that site using?
ID hkkdnbjbdnfjmnldiogaepcokpldimao
Officiel URL https://chromewebstore.google.com/detail/cms-detect-what-cms-is-th/hkkdnbjbdnfjmnldiogaepcokpldimao
Beskrivelse As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…
Filstørrelse 45.91 KB
Antal Installationer 26,033
Nuværende Version 0.3
Senest Opdateret 2018-02-11
Udgivelsesdato 2018-02-10
Bedømmelse 4.69/5 Samlet 147 Bedømmelser
Udvikler https://cmsdetect.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://cmsdetect.com
Hjælpeside-URL http://cmsdetect.com/contact
Understøttede Sprog 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'"
}