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.
Cos'è Google Search Console Performance Report link?
Google Search Console Performance Report link è un'estensione di Chrome sviluppata da Simon Gilhooly @ Discoverable, e la sua funzione principale è "Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Search Console Performance Report link
Scarica i file di estensione Google Search Console Performance Report link in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Google Search Console Performance Report link |
ID | jdhacokdjcjbodppglifgmfeknahahgk |
URL Ufficiale | https://chromewebstore.google.com/detail/google-search-console-per/jdhacokdjcjbodppglifgmfeknahahgk |
Descrizione | Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page. |
Dimensione del File | 20.02 KB |
Conteggio Installazioni | 551 |
Versione Corrente | 1.2.8 |
Ultimo Aggiornamento | 2023-11-04 |
Data di Pubblicazione | 2019-07-10 |
Valutazione | 4.60/5 Totale 5 Valutazioni |
Sviluppatore | Simon Gilhooly @ Discoverable |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.discoverable.co.uk/ |
Lingue Supportate | 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 } |