SERP Relevance

SERP Relevance Analyzer

SERP Relevanceとは何ですか?

SERP Relevanceはhttps://www.junglesentry.comによって開発されたChromeの拡張機能で、その主な機能は「SERP Relevance Analyzer」です。

拡張機能のスクリーンショット

screenshot

SERP Relevance拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        SERP Relevance Analyzer. Simple SEO tool to quickly see which key words are missing in title and content of SERP items.                    

拡張機能の基本情報

名前 SERP Relevance SERP Relevance
ID khjnfbblgenanejbkiidnadoncklioin
公式URL https://chrome.google.com/webstore/detail/serp-relevance/khjnfbblgenanejbkiidnadoncklioin
説明 SERP Relevance Analyzer
ファイルサイズ 6.16 KB
インストール数 22
現在のバージョン 1.0
最終更新日 2018-10-17
公開日 2018-10-17
開発者 https://www.junglesentry.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.junglesentry.com
ヘルプページのURL https://www.junglesentry.com/how-to-use-a-solar-battery-charger
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SERP Relevance",
    "version": "1.0",
    "manifest_version": 2,
    "description": "SERP Relevance Analyzer",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.com\/*"
            ],
            "js": [
                "serp_rel.js"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ]
}