SEO on SERPs

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

O que é SEO on SERPs?

SEO on SERPs é uma extensão do Chrome desenvolvida por https://www.josegris.es, e sua principal característica é "Displays SEO information below each SERP result (number of words, headers, structured data, original title, description and more)".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SEO on SERPs

Baixe arquivos de extensão SEO on SERPs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome SEO on SERPs SEO on SERPs
ID cidlfjpliekkfghlodnkfeikmalghfaj
URL Oficial https://chromewebstore.google.com/detail/seo-on-serps/cidlfjpliekkfghlodnkfeikmalghfaj
Descrição Displays SEO information below each SERP result (number of words, headers, structured data, original title, description and more)
Tamanho do Arquivo 89.21 KB
Contagem de Instalações 1,324
Versão Atual 1.7.3
Última Atualização 2022-04-17
Data de Publicação 2021-12-13
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor https://www.josegris.es
Email contacto@josegris.es
Tipo de Pagamento free
Site da Extensão https://www.josegris.es/
Idiomas Suportados 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"
    }
}