SEORadar Diff tool

Free SEO Diff Tools

SEORadar Diff tool란 무엇입니까?

SEORadar Diff tool은(는) https://seoradar.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free SEO Diff Tools"입니다.

확장 프로그램 스크린샷

screenshot

SEORadar Diff tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This allows users to do a source codes and a structured comparison for SEO elements for any 2 URLs. This is specifically useful to compare:
* Staging vs. production URLs - pre-release testing 
* Mobile vs. desktop - 
* Fetched vs. rendered - to see how the JS rendered version of a page differs  
* Competitors                    

확장 프로그램 기본 정보

이름 SEORadar Diff tool SEORadar Diff tool
ID lakcgildadnfhhmanmgknoodpakfgigf
공식 URL https://chromewebstore.google.com/detail/seoradar-diff-tool/lakcgildadnfhhmanmgknoodpakfgigf
설명 Free SEO Diff Tools
파일 크기 571 KB
설치 횟수 253
현재 버전 2.4
최근 업데이트 2022-05-18
출시 날짜 2020-07-29
개발자 https://seoradar.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://seoradar.com
개인정보 보호 정책 페이지 URL https://www.seoradar.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SEORadar Diff tool",
    "description": "Free SEO Diff Tools",
    "version": "2.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "\/html\/login.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/lib\/jquery-1.12.0.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "chrome:\/\/favicon\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}