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 |
Eメール | [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\/*" ] } ] } |