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'est-ce que Google Search Console SEO Enhancer ?

Google Search Console SEO Enhancer est une extension Chrome développée par Jan Guardian, et sa fonction principale est "This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Google Search Console SEO Enhancer

Téléchargez les fichiers d'extension Google Search Console SEO Enhancer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Google Search Console SEO Enhancer Google Search Console SEO Enhancer
ID jgcegcgnjjdcgkgnoknlgmeppkolnpnn
URL Officiel https://chromewebstore.google.com/detail/google-search-console-seo/jgcegcgnjjdcgkgnoknlgmeppkolnpnn
Description This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.
Taille du Fichier 36.22 KB
Nombre d'Installations 41
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2020-11-18
Date de Publication 2020-11-17
Évaluation 1.00/5 Total 1 Évaluations
Développeur Jan Guardian
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}