SEOKart

SEOKart plugin helps in finding broken links, dofollow and nofollow links.

SEOKart란 무엇입니까?

SEOKart은(는) http://seokart.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SEOKart plugin helps in finding broken links, dofollow and nofollow links."입니다.

확장 프로그램 스크린샷

screenshot

SEOKart 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        1)You can check the do follow link, no follow link, UGC link and Sponsored Link by simply using SEOKart plugin.
2) As a part of link identification,you can customized color of underline. 
3) An intent filter of higlight, allow user to check the internal broken link and external broken link using SEOKart plugin.
4)The plugin is able to verify external link/domain specified in the host URL with red color.                    

확장 프로그램 기본 정보

이름 SEOKart SEOKart
ID kkkdhjhimmcckehaabkhpfimmagbompm
공식 URL https://chrome.google.com/webstore/detail/kkkdhjhimmcckehaabkhpfimmagbompm
설명 SEOKart plugin helps in finding broken links, dofollow and nofollow links.
파일 크기 71.99 KB
설치 횟수 138
현재 버전 1.0.0
최근 업데이트 2020-06-15
출시 날짜 2020-06-15
개발자 http://seokart.com
결제 유형 free
확장 프로그램 웹 사이트 https://seokart.com
도움말 페이지 URL https://seokart.com/faq/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEOKart",
    "version": "1.0.0",
    "minimum_chrome_version": "16.0",
    "manifest_version": 2,
    "description": "SEOKart plugin helps in finding broken links, dofollow and nofollow links.",
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": "images\/icon-off.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/core.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery-1.11.3.min.js",
                "js\/contentscript.js"
            ]
        }
    ]
}