Google Search Console Extended

Extends the new Google Search Console

Vad är Google Search Console Extended?

Google Search Console Extended är en Chrome-tillägg utvecklad av Webreload, och dess huvudfunktion är "Extends the new Google Search Console".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Google Search Console Extended-förlängningens CRX-fil

Ladda ner Google Search Console Extended-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Google Search Console Extended Google Search Console Extended
ID gafcchglbfbajijlhhcnklpdcljldhlk
Officiell webbadress https://chromewebstore.google.com/detail/google-search-console-ext/gafcchglbfbajijlhhcnklpdcljldhlk
Beskrivning Extends the new Google Search Console
Filstorlek 9.63 KB
Antal Installationer 2,470
Aktuell Version 1.4
Senast Uppdaterad 2020-05-31
Publiceringsdatum 2020-05-30
Betyg 2.60/5 Totalt 5 Betyg
Utvecklare Webreload
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}