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 |
Eメール | [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" } |