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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |