Google Search Console SEO Enhancer

This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.

O que é Google Search Console SEO Enhancer?

Google Search Console SEO Enhancer é uma extensão do Chrome desenvolvida por Jan Guardian, e sua principal característica é "This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google Search Console SEO Enhancer

Baixe arquivos de extensão Google Search Console SEO Enhancer 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

                        This extension modifies the outlook of the Difference column in the Compare mode of the Position data set in the Performance tab in Google Search Console to make it easier for SEO specialists to read, understand, and analyze the report.                    

Informações Básicas da Extensão

Nome Google Search Console SEO Enhancer Google Search Console SEO Enhancer
ID jgcegcgnjjdcgkgnoknlgmeppkolnpnn
URL Oficial https://chromewebstore.google.com/detail/google-search-console-seo/jgcegcgnjjdcgkgnoknlgmeppkolnpnn
Descrição This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.
Tamanho do Arquivo 36.22 KB
Contagem de Instalações 41
Versão Atual 0.0.0.1
Última Atualização 2020-11-18
Data de Publicação 2020-11-17
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor Jan Guardian
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Console SEO Enhancer",
    "version": "0.0.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/search.google.com\/u\/*\/search-console\/*"
            ]
        }
    ]
}