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…

Vad är CMS Detect - What CMS is that site using??

CMS Detect - What CMS is that site using? är en Chrome-tillägg utvecklad av https://cmsdetect.com, och dess huvudfunktion är "As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…".

Tilläggsskärmbilder

screenshot

Ladda ner CMS Detect - What CMS is that site using?-förlängningens CRX-fil

Ladda ner CMS Detect - What CMS is that site using?-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn CMS Detect - What CMS is that site using? CMS Detect - What CMS is that site using?
ID hkkdnbjbdnfjmnldiogaepcokpldimao
Officiell webbadress https://chromewebstore.google.com/detail/cms-detect-what-cms-is-th/hkkdnbjbdnfjmnldiogaepcokpldimao
Beskrivning As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…
Filstorlek 45.91 KB
Antal Installationer 26,033
Aktuell Version 0.3
Senast Uppdaterad 2018-02-11
Publiceringsdatum 2018-02-10
Betyg 4.69/5 Totalt 147 Betyg
Utvecklare https://cmsdetect.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://cmsdetect.com
Hjälpsida URL http://cmsdetect.com/contact
Stödda Språk 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'"
}