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ファイルをダウンロード

SEORadar Diff tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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",
        ""
    ]
}