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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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'"
}