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
电子邮箱 [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"
    }
}