GSC crawl stats downloader

a helper to efficiently download crawl data from GSC

GSC crawl stats downloader क्या है?

GSC crawl stats downloader https://valentin.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "a helper to efficiently download crawl data from GSC"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GSC crawl stats downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
}