Google Search Console Extended
Extends the new Google Search Console
Wat is Google Search Console Extended?
Google Search Console Extended is een Chrome-extensie ontwikkeld door Webreload, en de belangrijkste functie is "Extends the new Google Search Console".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Search Console Extended
Download Google Search Console Extended-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Google Search Console Extended |
ID | gafcchglbfbajijlhhcnklpdcljldhlk |
Officiële URL | https://chromewebstore.google.com/detail/google-search-console-ext/gafcchglbfbajijlhhcnklpdcljldhlk |
Beschrijving | Extends the new Google Search Console |
Bestandsgrootte | 9.63 KB |
Aantal Installaties | 2,470 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2020-05-31 |
Publicatiedatum | 2020-05-30 |
Beoordeling | 2.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Webreload |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |