SEO on SERPs

Displays SEO information below each SERP result (number of words, headers, structured data, original title, description and more)

SEO on SERPsとは何ですか?

SEO on SERPsはhttps://www.josegris.esによって開発されたChromeの拡張機能で、その主な機能は「Displays SEO information below each SERP result (number of words, headers, structured data, original title, description and more)」です。

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

screenshot
screenshot
screenshot

SEO on SERPs拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        SEO on SERPs does something simple but powerful, displays SEO information in google below each SERP result:

- Number of words
- Headers
- Structured data
- Original title and description
- And more...

An extension to understand your keywords and their search intent by analyzing your competitors headings in the SERP itself..

Regards from Mallorca 😎
Jose Gris                    

拡張機能の基本情報

名前 SEO on SERPs SEO on SERPs
ID cidlfjpliekkfghlodnkfeikmalghfaj
公式URL https://chromewebstore.google.com/detail/seo-on-serps/cidlfjpliekkfghlodnkfeikmalghfaj
説明 Displays SEO information below each SERP result (number of words, headers, structured data, original title, description and more)
ファイルサイズ 89.21 KB
インストール数 1,324
現在のバージョン 1.7.3
最終更新日 2022-04-17
公開日 2021-12-13
評価 5.00/5 合計 6 レビュー
開発者 https://www.josegris.es
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.josegris.es/
対応言語 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.7.3",
    "author": "@JoseGrisSEO",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    }
}