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