Google Search Console Date Selector
Easily compare periods in Google Search Console and generate the percentage changes.
Google Search Console Date Selector là gì?
Google Search Console Date Selector là một tiện ích mở rộng Chrome được phát triển bởi https://thijsvanhal.nl, và tính năng chính của nó là "Easily compare periods in Google Search Console and generate the percentage changes.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Search Console Date Selector
Tải xuống các tệp mở rộng Google Search Console Date Selector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Search Console Date Selector |
ID | fkpkhpigkldfnnimijaaldpafcibaepk |
URL Chính Thức | https://chromewebstore.google.com/detail/google-search-console-dat/fkpkhpigkldfnnimijaaldpafcibaepk |
Mô tả | Easily compare periods in Google Search Console and generate the percentage changes. |
Kích Thước Tệp | 128 KB |
Số Lần Cài Đặt | 7,000 |
Phiên Bản Hiện Tại | 1.6.2 |
Cập Nhật Lần Cuối | 2023-10-25 |
Ngày Phát Hành | 2023-05-09 |
Đánh Giá | 4.58/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | https://thijsvanhal.nl |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.thijsvanhal.nl/ |
URL Trang Trợ Giúp | https://www.thijsvanhal.nl/contact/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |