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