SEO LinkChecker(Follows, extenal & Internal)

Chrome Extension to help you find all no follow, dofollow, broken links on any page or website

Τι είναι το SEO LinkChecker(Follows, extenal & Internal);

Το SEO LinkChecker(Follows, extenal & Internal) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον extensionsforseo, και η κύρια λειτουργία του είναι "Chrome Extension to help you find all no follow, dofollow, broken links on any page or website".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SEO LinkChecker(Follows, extenal & Internal)

Λήψη αρχείων επέκτασης SEO LinkChecker(Follows, extenal & Internal) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Hi, 

Link Checker chrome extension helps you to find all do follow, no follow and broken links on a webpage. It also tells you internal and external links along with anchor text. 

Just add to your chrome and done! 

Click the extension and you will get the number of all links on the webpage. If you click analyze it will analyze all the links and show you a table. You can download the full report in excel and fix all seo bugs. 




** Update ** 
We have also included to highlight links on the page so you can see all the links even hidden links on the page only.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SEO LinkChecker(Follows, extenal & Internal) SEO LinkChecker(Follows, extenal & Internal)
ID egeiolgdbnfebfedgahmeokhlfkpbind
Επίσημο URL https://chromewebstore.google.com/detail/seo-linkcheckerfollows-ex/egeiolgdbnfebfedgahmeokhlfkpbind
Περιγραφή Chrome Extension to help you find all no follow, dofollow, broken links on any page or website
Μέγεθος Αρχείου 97.56 KB
Αριθμός Εγκαταστάσεων 1,229
Τρέχουσα Έκδοση 4.3.6
Τελευταία Ενημέρωση 2022-04-10
Ημερομηνία Δημοσίευσης 2022-04-09
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής extensionsforseo
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Chrome Extension to help you find all no follow, dofollow, broken links on any page or website",
    "version": "4.3.6",
    "manifest_version": 3,
    "name": " SEO LinkChecker(Follows, extenal & Internal)",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-48.png"
            ],
            "matches": []
        }
    ]
}