GSC Performance Report Style Fixer
Fix the Google Search Console Performance Report style bug on time period compare.
Qu'est-ce que GSC Performance Report Style Fixer ?
GSC Performance Report Style Fixer est une extension Chrome développée par https://blog.merlinox.com, et sa fonction principale est "Fix the Google Search Console Performance Report style bug on time period compare.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GSC Performance Report Style Fixer
Téléchargez les fichiers d'extension GSC Performance Report Style Fixer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | GSC Performance Report Style Fixer |
ID | coanikjpdghncjfmkbgefonfjjamoagf |
URL Officiel | https://chromewebstore.google.com/detail/gsc-performance-report-st/coanikjpdghncjfmkbgefonfjjamoagf |
Description | Fix the Google Search Console Performance Report style bug on time period compare. |
Taille du Fichier | 6.52 KB |
Nombre d'Installations | 56 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2019-09-30 |
Date de Publication | 2019-09-30 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://blog.merlinox.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |