Google Search Console Performance Report link

Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.

O que é Google Search Console Performance Report link?

Google Search Console Performance Report link é uma extensão do Chrome desenvolvida por Simon Gilhooly @ Discoverable, e sua principal característica é "Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google Search Console Performance Report link

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

                        The Google Search Console hot link by Discoverable takes the webpage in your browser tab and deep links through to the page performance section of Google Search Console. Very simple stuff but highly satisfying. A great productivity tool for the SEO community.                    

Informações Básicas da Extensão

Nome Google Search Console Performance Report link Google Search Console Performance Report link
ID jdhacokdjcjbodppglifgmfeknahahgk
URL Oficial https://chromewebstore.google.com/detail/google-search-console-per/jdhacokdjcjbodppglifgmfeknahahgk
Descrição Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.
Tamanho do Arquivo 20.02 KB
Contagem de Instalações 551
Versão Atual 1.2.8
Última Atualização 2023-11-04
Data de Publicação 2019-07-10
Classificação 4.60/5 Total de 5 Avaliações
Desenvolvedor Simon Gilhooly @ Discoverable
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.discoverable.co.uk/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Console Performance Report link",
    "description": "Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.",
    "version": "1.2.8",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_title": "GSC: URL Performance Report Deeplink",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}