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…

Co to jest CMS Detect - What CMS is that site using??

CMS Detect - What CMS is that site using? to rozszerzenie Chrome opracowane przez https://cmsdetect.com, a jego główną funkcją jest „As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CMS Detect - What CMS is that site using?

Pobierz pliki rozszerzeń CMS Detect - What CMS is that site using? w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa CMS Detect - What CMS is that site using? CMS Detect - What CMS is that site using?
ID hkkdnbjbdnfjmnldiogaepcokpldimao
Oficjalny URL https://chromewebstore.google.com/detail/cms-detect-what-cms-is-th/hkkdnbjbdnfjmnldiogaepcokpldimao
Opis As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…
Rozmiar pliku 45.91 KB
Liczba instalacji 26,033
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2018-02-11
Data Publikacji 2018-02-10
Ocena 4.69/5 Łącznie 147 Oceny
Deweloper https://cmsdetect.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://cmsdetect.com
Adres URL Strony Pomocy http://cmsdetect.com/contact
Obsługiwane Języki 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'"
}