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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Link Redirect Trace 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}