GSC Performance Report Style Fixer
Fix the Google Search Console Performance Report style bug on time period compare.
Cos'è GSC Performance Report Style Fixer?
GSC Performance Report Style Fixer è un'estensione di Chrome sviluppata da https://blog.merlinox.com, e la sua funzione principale è "Fix the Google Search Console Performance Report style bug on time period compare.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GSC Performance Report Style Fixer
Scarica i file di estensione GSC Performance Report Style Fixer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | GSC Performance Report Style Fixer |
ID | coanikjpdghncjfmkbgefonfjjamoagf |
URL Ufficiale | https://chromewebstore.google.com/detail/gsc-performance-report-st/coanikjpdghncjfmkbgefonfjjamoagf |
Descrizione | Fix the Google Search Console Performance Report style bug on time period compare. |
Dimensione del File | 6.52 KB |
Conteggio Installazioni | 56 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-09-30 |
Data di Pubblicazione | 2019-09-30 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://blog.merlinox.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |