GSC crawl stats downloader
a helper to efficiently download crawl data from GSC
Hvad er GSC crawl stats downloader?
GSC crawl stats downloader er en Chrome-udvidelse udviklet af https://valentin.app, og dens hovedfunktion er "a helper to efficiently download crawl data from GSC".
Udvidelsesskærmbilleder
Download GSC crawl stats downloader-udvidelses-CRX-fil
Download GSC crawl stats downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | GSC crawl stats downloader |
ID | bpekjbefojkhefgcfhfeohjfncbpioam |
Officiel URL | https://chromewebstore.google.com/detail/gsc-crawl-stats-downloade/bpekjbefojkhefgcfhfeohjfncbpioam |
Beskrivelse | a helper to efficiently download crawl data from GSC |
Filstørrelse | 1.78 MB |
Antal Installationer | 1,928 |
Nuværende Version | 1.5 |
Senest Opdateret | 2023-08-08 |
Udgivelsesdato | 2022-04-07 |
Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
Udvikler | https://valentin.app |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://valentin.app/ |
Hjælpeside-URL | https://valentin.app/gscDownloader.html |
Understøttede Sprog | 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" } |