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是由Jan Guardian开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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\/*" ] } ] } |