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.
Co to jest Google Search Console SEO Enhancer?
Google Search Console SEO Enhancer to rozszerzenie Chrome opracowane przez Jan Guardian, a jego główną funkcją jest „This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Search Console SEO Enhancer
Pobierz pliki rozszerzeń Google Search Console SEO Enhancer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Google Search Console SEO Enhancer |
ID | jgcegcgnjjdcgkgnoknlgmeppkolnpnn |
Oficjalny URL | https://chromewebstore.google.com/detail/google-search-console-seo/jgcegcgnjjdcgkgnoknlgmeppkolnpnn |
Opis | This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console. |
Rozmiar pliku | 36.22 KB |
Liczba instalacji | 41 |
Aktualna Wersja | 0.0.0.1 |
Ostatnia Aktualizacja | 2020-11-18 |
Data Publikacji | 2020-11-17 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | Jan Guardian |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } ] } |