GSC crawl stats downloader
a helper to efficiently download crawl data from GSC
GSC crawl stats downloader là gì?
GSC crawl stats downloader là một tiện ích mở rộng Chrome được phát triển bởi https://valentin.app, và tính năng chính của nó là "a helper to efficiently download crawl data from GSC".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GSC crawl stats downloader
Tải xuống các tệp mở rộng GSC crawl stats downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GSC crawl stats downloader |
ID | bpekjbefojkhefgcfhfeohjfncbpioam |
URL Chính Thức | https://chromewebstore.google.com/detail/gsc-crawl-stats-downloade/bpekjbefojkhefgcfhfeohjfncbpioam |
Mô tả | a helper to efficiently download crawl data from GSC |
Kích Thước Tệp | 1.78 MB |
Số Lần Cài Đặt | 1,928 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2023-08-08 |
Ngày Phát Hành | 2022-04-07 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://valentin.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://valentin.app/ |
URL Trang Trợ Giúp | https://valentin.app/gscDownloader.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } |