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…

Apa itu CMS Detect - What CMS is that site using??

CMS Detect - What CMS is that site using? adalah ekstensi Chrome yang dikembangkan oleh https://cmsdetect.com, dan fitur utamanya adalah "As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CMS Detect - What CMS is that site using?

Unduh file ekstensi CMS Detect - What CMS is that site using? dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama CMS Detect - What CMS is that site using? CMS Detect - What CMS is that site using?
ID hkkdnbjbdnfjmnldiogaepcokpldimao
URL Resmi https://chromewebstore.google.com/detail/cms-detect-what-cms-is-th/hkkdnbjbdnfjmnldiogaepcokpldimao
Deskripsi As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…
Ukuran File 45.91 KB
Jumlah Instalasi 26,033
Versi Saat Ini 0.3
Terakhir Diperbarui 2018-02-11
Tanggal Publikasi 2018-02-10
Penilaian 4.69/5 Total 147 Penilaian
Pengembang https://cmsdetect.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://cmsdetect.com
URL Halaman Bantuan http://cmsdetect.com/contact
Bahasa yang Didukung 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'"
}