SEOKart

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

SEOKart là gì?

SEOKart là một tiện ích mở rộng Chrome được phát triển bởi http://seokart.com, và tính năng chính của nó là "SEOKart plugin helps in finding broken links, dofollow and nofollow links.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SEOKart

Tải xuống các tệp mở rộng SEOKart dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SEOKart SEOKart
ID kkkdhjhimmcckehaabkhpfimmagbompm
URL Chính Thức https://chrome.google.com/webstore/detail/kkkdhjhimmcckehaabkhpfimmagbompm
Mô tả SEOKart plugin helps in finding broken links, dofollow and nofollow links.
Kích Thước Tệp 71.99 KB
Số Lần Cài Đặt 138
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-06-15
Ngày Phát Hành 2020-06-15
Nhà Phát Triển http://seokart.com
Loại Thanh Toán free
Trang Web Mở Rộng https://seokart.com
URL Trang Trợ Giúp https://seokart.com/faq/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}