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)은(는) extensionsforseo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Extension to help you find all no follow, dofollow, broken links on any page or website"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SEO LinkChecker(Follows, extenal & Internal) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": []
        }
    ]
}