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…

Что такое CMS Detect - What CMS is that site using??

CMS Detect - What CMS is that site using? - это расширение Chrome, разработанное https://cmsdetect.com, и его основная функция - "As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения CMS Detect - What CMS is that site using?

Скачайте файлы расширений CMS Detect - What CMS is that site using? в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название CMS Detect - What CMS is that site using? CMS Detect - What CMS is that site using?
ID hkkdnbjbdnfjmnldiogaepcokpldimao
Официальный URL https://chromewebstore.google.com/detail/cms-detect-what-cms-is-th/hkkdnbjbdnfjmnldiogaepcokpldimao
Описание As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…
Размер файла 45.91 KB
Количество установок 26,033
Текущая Версия 0.3
Последнее Обновление 2018-02-11
Дата публикации 2018-02-10
Рейтинг 4.69/5 Всего 147 оценок
Разработчик https://cmsdetect.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://cmsdetect.com
URL страницы помощи http://cmsdetect.com/contact
Поддерживаемые языки 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'"
}