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.

Was ist Google Search Console SEO Enhancer?

Google Search Console SEO Enhancer ist eine Chrome-Erweiterung, die von Jan Guardian entwickelt wurde, und ihr Hauptmerkmal ist "This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.".

Erweiterungsscreenshots

screenshot

Google Search Console SEO Enhancer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Search Console SEO Enhancer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Google Search Console SEO Enhancer Google Search Console SEO Enhancer
ID jgcegcgnjjdcgkgnoknlgmeppkolnpnn
Offizielle URL https://chromewebstore.google.com/detail/google-search-console-seo/jgcegcgnjjdcgkgnoknlgmeppkolnpnn
Beschreibung This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.
Dateigröße 36.22 KB
Installationsanzahl 41
Aktuelle Version 0.0.0.1
Letztes Update 2020-11-18
Veröffentlichungsdatum 2020-11-17
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Jan Guardian
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}