GSC crawl stats downloader
a helper to efficiently download crawl data from GSC
GSC crawl stats downloaderคืออะไร?
GSC crawl stats downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://valentin.app และคุณลักษณะหลักของมันคือ "a helper to efficiently download crawl data from GSC"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GSC crawl stats downloader
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |