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.
What is Google Search Console SEO Enhancer?
Google Search Console SEO Enhancer is a Chrome extension developed by Jan Guardian, and its main feature is "This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.".
Extension Screenshots
Download Google Search Console SEO Enhancer Extension CRX File
Download Google Search Console SEO Enhancer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Google Search Console SEO Enhancer |
ID | jgcegcgnjjdcgkgnoknlgmeppkolnpnn |
Official URL | https://chromewebstore.google.com/detail/google-search-console-seo/jgcegcgnjjdcgkgnoknlgmeppkolnpnn |
Description | This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console. |
File Size | 36.22 KB |
Installation Count | 41 |
Current Version | 0.0.0.1 |
Last Updated | 2020-11-18 |
Publish Date | 2020-11-17 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Jan Guardian |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |