GSC crawl stats downloader
a helper to efficiently download crawl data from GSC
什么是GSC crawl stats downloader?
GSC crawl stats downloader是由https://valentin.app开发的Chrome扩展程序,该扩展的主要功能是“a helper to efficiently download crawl data from GSC”。
扩展截图
下载GSC crawl stats downloader扩展crx文件
下载GSC crawl stats downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | GSC crawl stats downloader |
ID | bpekjbefojkhefgcfhfeohjfncbpioam |
官方URL | https://chromewebstore.google.com/detail/gsc-crawl-stats-downloade/bpekjbefojkhefgcfhfeohjfncbpioam |
简介 | a helper to efficiently download crawl data from GSC |
文件大小 | 1.78 MB |
安装次数 | 1,928 |
当前版本 | 1.5 |
更新时间 | 2023-08-08 |
上架时间 | 2022-04-07 |
评分 | 4.67/5 共3次评分 |
开发者 | https://valentin.app |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://valentin.app/ |
帮助页面URL | https://valentin.app/gscDownloader.html |
支持的语言 | 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" } |