GSC crawl stats downloader

a helper to efficiently download crawl data from GSC

Qu'est-ce que GSC crawl stats downloader ?

GSC crawl stats downloader est une extension Chrome développée par https://valentin.app, et sa fonction principale est "a helper to efficiently download crawl data from GSC".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GSC crawl stats downloader

Téléchargez les fichiers d'extension GSC crawl stats downloader 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

                        instead of downloading 42 separate CSV files (by response, file type, purpose, Googlebot type and summary) this allows you to download everything with one click (and you can decide wether you want to only use the extension or if you want to backup the original CSVs as well)

Update v1.5: added backup/restore under options.html

Update v1.1: some UX/UI bugfixes                    

Informations de Base sur l'Extension

Nom GSC crawl stats downloader GSC crawl stats downloader
ID bpekjbefojkhefgcfhfeohjfncbpioam
URL Officiel https://chromewebstore.google.com/detail/gsc-crawl-stats-downloade/bpekjbefojkhefgcfhfeohjfncbpioam
Description a helper to efficiently download crawl data from GSC
Taille du Fichier 1.78 MB
Nombre d'Installations 1,928
Version Actuelle 1.5
Dernière Mise à Jour 2023-08-08
Date de Publication 2022-04-07
Évaluation 4.67/5 Total 3 Évaluations
Développeur https://valentin.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://valentin.app/
URL de la Page d'Aide https://valentin.app/gscDownloader.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/search.google.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/script.js"
            ],
            "matches": [
                "https:\/\/search.google.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "GSC crawl stats downloader"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/search.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "a helper to efficiently download crawl data from GSC",
    "manifest_version": 3,
    "name": "GSC crawl stats downloader",
    "homepage_url": "https:\/\/valentin.app\/gscDownloader.html",
    "version": "1.5"
}