Google Search Console Date Selector
Easily compare periods in Google Search Console and generate the percentage changes.
Google Search Console Date Selectorとは何ですか?
Google Search Console Date Selectorはhttps://thijsvanhal.nlによって開発されたChromeの拡張機能で、その主な機能は「Easily compare periods in Google Search Console and generate the percentage changes.」です。
拡張機能のスクリーンショット
Google Search Console Date Selector拡張機能のCRXファイルをダウンロード
Google Search Console Date Selector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With the Google Search Console Date Selector you can easily set the date in Google Search Console to the following 3 options: - Last month - Last month compared to the previous period - Last month compared to previous year It is also possible to easily compare to the previous period or year using your own start and end date. Extra! After you compared you can click on 'Generate changes'. This generates percentage changes for all stats! Simple but saves time :)
拡張機能の基本情報
名前 | Google Search Console Date Selector |
ID | fkpkhpigkldfnnimijaaldpafcibaepk |
公式URL | https://chromewebstore.google.com/detail/google-search-console-dat/fkpkhpigkldfnnimijaaldpafcibaepk |
説明 | Easily compare periods in Google Search Console and generate the percentage changes. |
ファイルサイズ | 128 KB |
インストール数 | 7,000 |
現在のバージョン | 1.6.2 |
最終更新日 | 2023-10-25 |
公開日 | 2023-05-09 |
評価 | 4.58/5 合計 12 レビュー |
開発者 | https://thijsvanhal.nl |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.thijsvanhal.nl/ |
ヘルプページのURL | https://www.thijsvanhal.nl/contact/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Search Console Date Selector", "version": "1.6.2", "description": "Easily compare periods in Google Search Console and generate the percentage changes.", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "favicon16.png", "32": "favicon32.png" } }, "icons": { "16": "favicon16.png", "32": "favicon32.png", "48": "icon48.png", "128": "icon128.png" } } |