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ファイルをダウンロード

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
Eメール [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'"
}