Google Search Console Extended

Extends the new Google Search Console

Co to jest Google Search Console Extended?

Google Search Console Extended to rozszerzenie Chrome opracowane przez Webreload, a jego główną funkcją jest „Extends the new Google Search Console”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Google Search Console Extended

Pobierz pliki rozszerzeń Google Search Console Extended w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Extends the new Google Search Console with some Features

Features in Version 1
- Full width of the search console
- Clickable Link in URL Inspection Tool
- Copy all Links                    

Podstawowe informacje o rozszerzeniu

Nazwa Google Search Console Extended Google Search Console Extended
ID gafcchglbfbajijlhhcnklpdcljldhlk
Oficjalny URL https://chromewebstore.google.com/detail/google-search-console-ext/gafcchglbfbajijlhhcnklpdcljldhlk
Opis Extends the new Google Search Console
Rozmiar pliku 9.63 KB
Liczba instalacji 2,470
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2020-05-31
Data Publikacji 2020-05-30
Ocena 2.60/5 Łącznie 5 Oceny
Deweloper Webreload
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Console Extended",
    "version": "1.4",
    "description": "Extends the new Google Search Console",
    "permissions": [
        "https:\/\/search.google.com\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/search.google.com\/*"
            ],
            "css": [
                "gsc.css"
            ],
            "js": [
                "gsc.js"
            ]
        }
    ],
    "icons": {
        "128": "gsc-e.png"
    },
    "manifest_version": 2
}