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? là gì?

CMS Detect - What CMS is that site using? là một tiện ích mở rộng Chrome được phát triển bởi https://cmsdetect.com, và tính năng chính của nó là "As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CMS Detect - What CMS is that site using?

Tải xuống các tệp mở rộng CMS Detect - What CMS is that site using? dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CMS Detect - What CMS is that site using? CMS Detect - What CMS is that site using?
ID hkkdnbjbdnfjmnldiogaepcokpldimao
URL Chính Thức https://chromewebstore.google.com/detail/cms-detect-what-cms-is-th/hkkdnbjbdnfjmnldiogaepcokpldimao
Mô tả As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…
Kích Thước Tệp 45.91 KB
Số Lần Cài Đặt 26,033
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2018-02-11
Ngày Phát Hành 2018-02-10
Đánh Giá 4.69/5 Tổng số 147 Đánh Giá
Nhà Phát Triển https://cmsdetect.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://cmsdetect.com
URL Trang Trợ Giúp http://cmsdetect.com/contact
Ngôn Ngữ Được Hỗ Trợ 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'"
}