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.
¿Qué es Google Search Console Performance Report link?
Google Search Console Performance Report link es una extensión de Chrome desarrollada por Simon Gilhooly @ Discoverable, y su función principal es "Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Google Search Console Performance Report link
Descarga archivos de extensión Google Search Console Performance Report link en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Google Search Console Performance Report link |
ID | jdhacokdjcjbodppglifgmfeknahahgk |
URL Oficial | https://chromewebstore.google.com/detail/google-search-console-per/jdhacokdjcjbodppglifgmfeknahahgk |
Descripción | Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page. |
Tamaño del Archivo | 20.02 KB |
Cantidad de Instalaciones | 551 |
Versión Actual | 1.2.8 |
Última Actualización | 2023-11-04 |
Fecha de Publicación | 2019-07-10 |
Calificación | 4.60/5 Total de 5 Calificaciones |
Desarrollador | Simon Gilhooly @ Discoverable |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.discoverable.co.uk/ |
Idiomas Soportados | 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 } |