GSC crawl stats downloader

a helper to efficiently download crawl data from GSC

Wat is GSC crawl stats downloader?

GSC crawl stats downloader is een Chrome-extensie ontwikkeld door https://valentin.app, en de belangrijkste functie is "a helper to efficiently download crawl data from GSC".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GSC crawl stats downloader

Download GSC crawl stats downloader-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

                        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                    

Basisinformatie over de Extensie

Naam GSC crawl stats downloader GSC crawl stats downloader
ID bpekjbefojkhefgcfhfeohjfncbpioam
Officiële URL https://chromewebstore.google.com/detail/gsc-crawl-stats-downloade/bpekjbefojkhefgcfhfeohjfncbpioam
Beschrijving a helper to efficiently download crawl data from GSC
Bestandsgrootte 1.78 MB
Aantal Installaties 1,928
Huidige Versie 1.5
Laatst Bijgewerkt 2023-08-08
Publicatiedatum 2022-04-07
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://valentin.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://valentin.app/
Help Pagina-URL https://valentin.app/gscDownloader.html
Ondersteunde Talen 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"
}