Link Redirect Trace

The all-in-one redirect path analyzer. It also analyzes HTTP Headers, REL-canonicals, robots.txt, link power, and link trust!

Link Redirect Trace क्या है?

Link Redirect Trace https://www.linkresearchtools.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The all-in-one redirect path analyzer. It also analyzes HTTP Headers, REL-canonicals, robots.txt, link power, and link trust!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Link Redirect Trace एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Perform advanced, comprehensive, and correct analysis of redirects and REL-canonicals. 

Get the complete picture on every redirect. 
 
Use this extension for your SEO analysis, On page SEO, Off-page SEO, competitor analysis, and more.

See instantly 

- if robots.txt blocks crawlers from a redirect (checked via robots.txt for or X-Robots-Tags in HTTP header);
- which URL drops cookies;
- the LRT Power and LRT Trust of each URL;
- supports NOINDEX/NOFOLLOW tags on every redirect step;
- check for other technical issues like Bot-specific blocking. 

Full Description:
https://smart.linkresearchtools.com/seo-tools/link-redirect-trace-extension                    

एक्सटेंशन की मूल जानकारी

नाम Link Redirect Trace Link Redirect Trace
ID nnpljppamoaalgkieeciijbcccohlpoh
आधिकारिक URL https://chromewebstore.google.com/detail/link-redirect-trace/nnpljppamoaalgkieeciijbcccohlpoh
विवरण The all-in-one redirect path analyzer. It also analyzes HTTP Headers, REL-canonicals, robots.txt, link power, and link trust!
फ़ाइल का आकार 408 KB
स्थापना संख्या 120,054
वर्तमान संस्करण 1.0.0.0
अंतिम अपडेट 2022-10-06
प्रकाशन तिथि 2018-09-27
रेटिंग 4.84/5 कुल 336 रेटिंग्स
डेवलपर https://www.linkresearchtools.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.linkresearchtools.com/tools/link-redirect-trace-extension/
सहायता पृष्ठ URL https://www.facebook.com/groups/1995307584064207
गोपनीयता नीति पृष्ठ URL http://www.linkresearchtools.com/legal/browser-extensions-privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Redirect Trace",
    "short_name": "Redirect Trace",
    "description": "The all-in-one redirect path analyzer. It also analyzes HTTP Headers, REL-canonicals, robots.txt, link power, and link trust!",
    "version": "1.0.0.0",
    "version_name": "1.0.0.0",
    "icons": {
        "19": "\/img\/icon19.png",
        "38": "\/img\/icon38.png",
        "128": "\/img\/icon128.png",
        "256": "\/img\/icon256.png"
    },
    "browser_action": {
        "default_icon": "\/img\/icon19.png",
        "default_popup": "\/html\/popup.html"
    },
    "background": {
        "scripts": [
            "\/lib\/jquery-2.2.1.min.js",
            "\/lib\/google-analytics-bundle.js",
            "\/js\/ChromePlatformAnalytics.js",
            "\/js\/Cache.js",
            "\/js\/Tracer.js",
            "\/js\/Path.js",
            "\/js\/Hop.js",
            "\/js\/RobotsTxt.js",
            "\/js\/UrlChecker.js",
            "\/js\/Warning.js",
            "\/js\/Icon.js",
            "\/js\/SearchEngines.js",
            "\/js\/RobotsImg.js",
            "\/js\/RTIcon.js",
            "\/js\/lrt\/LRT.js",
            "\/js\/IP.js",
            "\/js\/Screenshot.js",
            "\/js\/App.js",
            "\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/cs-page.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "\/img\/*"
    ],
    "permissions": [
        "",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webNavigation",
        "storage"
    ]
}