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?은(는) https://cmsdetect.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…"입니다.

확장 프로그램 스크린샷

screenshot

CMS Detect - What CMS is that site using? 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}