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.

Cos'è Google Search Console SEO Enhancer?

Google Search Console SEO Enhancer è un'estensione di Chrome sviluppata da Jan Guardian, e la sua funzione principale è "This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Google Search Console SEO Enhancer

Scarica i file di estensione Google Search Console SEO Enhancer 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Google Search Console SEO Enhancer Google Search Console SEO Enhancer
ID jgcegcgnjjdcgkgnoknlgmeppkolnpnn
URL Ufficiale https://chromewebstore.google.com/detail/google-search-console-seo/jgcegcgnjjdcgkgnoknlgmeppkolnpnn
Descrizione This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.
Dimensione del File 36.22 KB
Conteggio Installazioni 41
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2020-11-18
Data di Pubblicazione 2020-11-17
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Jan Guardian
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}