Google Search Console Extended

Extends the new Google Search Console

Qu'est-ce que Google Search Console Extended ?

Google Search Console Extended est une extension Chrome développée par Webreload, et sa fonction principale est "Extends the new Google Search Console".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Google Search Console Extended 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

                        Extends the new Google Search Console with some Features

Features in Version 1
- Full width of the search console
- Clickable Link in URL Inspection Tool
- Copy all Links                    

Informations de Base sur l'Extension

Nom Google Search Console Extended Google Search Console Extended
ID gafcchglbfbajijlhhcnklpdcljldhlk
URL Officiel https://chromewebstore.google.com/detail/google-search-console-ext/gafcchglbfbajijlhhcnklpdcljldhlk
Description Extends the new Google Search Console
Taille du Fichier 9.63 KB
Nombre d'Installations 2,470
Version Actuelle 1.4
Dernière Mise à Jour 2020-05-31
Date de Publication 2020-05-30
Évaluation 2.60/5 Total 5 Évaluations
Développeur Webreload
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Console Extended",
    "version": "1.4",
    "description": "Extends the new Google Search Console",
    "permissions": [
        "https:\/\/search.google.com\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/search.google.com\/*"
            ],
            "css": [
                "gsc.css"
            ],
            "js": [
                "gsc.js"
            ]
        }
    ],
    "icons": {
        "128": "gsc-e.png"
    },
    "manifest_version": 2
}