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.

Wat is Google Search Console SEO Enhancer?

Google Search Console SEO Enhancer is een Chrome-extensie ontwikkeld door Jan Guardian, en de belangrijkste functie is "This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google Search Console SEO Enhancer

Download Google Search Console SEO Enhancer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Google Search Console SEO Enhancer Google Search Console SEO Enhancer
ID jgcegcgnjjdcgkgnoknlgmeppkolnpnn
Officiële URL https://chromewebstore.google.com/detail/google-search-console-seo/jgcegcgnjjdcgkgnoknlgmeppkolnpnn
Beschrijving This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.
Bestandsgrootte 36.22 KB
Aantal Installaties 41
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2020-11-18
Publicatiedatum 2020-11-17
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Jan Guardian
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}