GSC Performance Report Style Fixer
Fix the Google Search Console Performance Report style bug on time period compare.
Wat is GSC Performance Report Style Fixer?
GSC Performance Report Style Fixer is een Chrome-extensie ontwikkeld door https://blog.merlinox.com, en de belangrijkste functie is "Fix the Google Search Console Performance Report style bug on time period compare.".
Extensie Screenshots
Download het CRX-bestand van de extensie GSC Performance Report Style Fixer
Download GSC Performance Report Style Fixer-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
The new Google Search Console has a bug on the Performance Report. When you show too many columns, GSC trim them. With this extension, you may fix the CSS and see all the columns without a click. To force the restyle, please click on the extension button.
Basisinformatie over de Extensie
Naam | GSC Performance Report Style Fixer |
ID | coanikjpdghncjfmkbgefonfjjamoagf |
Officiële URL | https://chromewebstore.google.com/detail/gsc-performance-report-st/coanikjpdghncjfmkbgefonfjjamoagf |
Beschrijving | Fix the Google Search Console Performance Report style bug on time period compare. |
Bestandsgrootte | 6.52 KB |
Aantal Installaties | 56 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2019-09-30 |
Publicatiedatum | 2019-09-30 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://blog.merlinox.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GSC Performance Report Style Fixer", "description": "Fix the Google Search Console Performance Report style bug on time period compare. ", "author": "Merlinox", "background": { "scripts": [ "bg.js" ] }, "version": "1.1", "permissions": [ "tabs", "notifications", "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/search.google.com\/search-console*" ], "js": [ "script.js" ] } ], "browser_action": { "default_icon": "gsc-fixer.png", "default_title": "Fix the GSC performance report style bug" }, "manifest_version": 2 } |