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 |
电子邮箱 | [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" } } |