Easy Custom Comparison
Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.
Easy Custom Comparisonとは何ですか?
Easy Custom ComparisonはJoe Hennesseyによって開発されたChromeの拡張機能で、その主な機能は「Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.」です。
拡張機能のスクリーンショット
Easy Custom Comparison拡張機能のCRXファイルをダウンロード
Easy Custom Comparison拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A lightweight Chrome extension that enhances the performance report within Google Search Console. This extension is just 7KB, and is active only when you’re using Google Search Console. It doesn’t collect any data. Updated 14/02/2024 to adapt to design changes by Google. https://twitter.com/googlesearchc/status/1758033436822892551
拡張機能の基本情報
名前 | Easy Custom Comparison |
ID | fpnabffnjimmoanipojphdnahejflbeg |
公式URL | https://chromewebstore.google.com/detail/easy-custom-comparison/fpnabffnjimmoanipojphdnahejflbeg |
説明 | Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics. |
ファイルサイズ | 7.8 KB |
インストール数 | 1,610 |
現在のバージョン | 1.0.1 |
最終更新日 | 2024-02-15 |
公開日 | 2020-01-26 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | Joe Hennessey |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Easy Custom Comparison", "version": "1.0.1", "description": "Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.", "icons": { "128": "icon128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/search.google.com\/*" ] } ] } |