SEOKart

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

SEOKart क्या है?

SEOKart http://seokart.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SEOKart plugin helps in finding broken links, dofollow and nofollow links."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SEOKart एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}