Google Search Console SEO Enhancer
This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.
Τι είναι το Google Search Console SEO Enhancer;
Το Google Search Console SEO Enhancer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jan Guardian, και η κύρια λειτουργία του είναι "This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google Search Console SEO Enhancer
Λήψη αρχείων επέκτασης Google Search Console SEO Enhancer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension modifies the outlook of the Difference column in the Compare mode of the Position data set in the Performance tab in Google Search Console to make it easier for SEO specialists to read, understand, and analyze the report.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Google Search Console SEO Enhancer |
ID | jgcegcgnjjdcgkgnoknlgmeppkolnpnn |
Επίσημο URL | https://chromewebstore.google.com/detail/google-search-console-seo/jgcegcgnjjdcgkgnoknlgmeppkolnpnn |
Περιγραφή | This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console. |
Μέγεθος Αρχείου | 36.22 KB |
Αριθμός Εγκαταστάσεων | 41 |
Τρέχουσα Έκδοση | 0.0.0.1 |
Τελευταία Ενημέρωση | 2020-11-18 |
Ημερομηνία Δημοσίευσης | 2020-11-17 |
Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Jan Guardian |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Search Console SEO Enhancer", "version": "0.0.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.", "manifest_version": 2, "content_scripts": [ { "js": [ "jquery-3.5.1.min.js", "content.js" ], "matches": [ "https:\/\/search.google.com\/u\/*\/search-console\/*" ] } ] } |