Google Search Console Extended

Extends the new Google Search Console

O que é Google Search Console Extended?

Google Search Console Extended é uma extensão do Chrome desenvolvida por Webreload, e sua principal característica é "Extends the new Google Search Console".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Google Search Console Extended

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

                        Extends the new Google Search Console with some Features

Features in Version 1
- Full width of the search console
- Clickable Link in URL Inspection Tool
- Copy all Links                    

Informações Básicas da Extensão

Nome Google Search Console Extended Google Search Console Extended
ID gafcchglbfbajijlhhcnklpdcljldhlk
URL Oficial https://chromewebstore.google.com/detail/google-search-console-ext/gafcchglbfbajijlhhcnklpdcljldhlk
Descrição Extends the new Google Search Console
Tamanho do Arquivo 9.63 KB
Contagem de Instalações 2,470
Versão Atual 1.4
Última Atualização 2020-05-31
Data de Publicação 2020-05-30
Classificação 2.60/5 Total de 5 Avaliações
Desenvolvedor Webreload
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Console Extended",
    "version": "1.4",
    "description": "Extends the new Google Search Console",
    "permissions": [
        "https:\/\/search.google.com\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/search.google.com\/*"
            ],
            "css": [
                "gsc.css"
            ],
            "js": [
                "gsc.js"
            ]
        }
    ],
    "icons": {
        "128": "gsc-e.png"
    },
    "manifest_version": 2
}