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.

¿Qué es Google Search Console SEO Enhancer?

Google Search Console SEO Enhancer es una extensión de Chrome desarrollada por Jan Guardian, y su función principal es "This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Google Search Console SEO Enhancer

Descarga archivos de extensión Google Search Console SEO Enhancer 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

                        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.                    

Información Básica de la Extensión

Nombre Google Search Console SEO Enhancer Google Search Console SEO Enhancer
ID jgcegcgnjjdcgkgnoknlgmeppkolnpnn
URL Oficial https://chromewebstore.google.com/detail/google-search-console-seo/jgcegcgnjjdcgkgnoknlgmeppkolnpnn
Descripción This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.
Tamaño del Archivo 36.22 KB
Cantidad de Instalaciones 41
Versión Actual 0.0.0.1
Última Actualización 2020-11-18
Fecha de Publicación 2020-11-17
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador Jan Guardian
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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\/*"
            ]
        }
    ]
}