Google Search Console Date Selector
Easily compare periods in Google Search Console and generate the percentage changes.
Wat is Google Search Console Date Selector?
Google Search Console Date Selector is een Chrome-extensie ontwikkeld door https://thijsvanhal.nl, en de belangrijkste functie is "Easily compare periods in Google Search Console and generate the percentage changes.".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Search Console Date Selector
Download Google Search Console Date Selector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 :)
Basisinformatie over de Extensie
Naam | Google Search Console Date Selector |
ID | fkpkhpigkldfnnimijaaldpafcibaepk |
Officiële URL | https://chromewebstore.google.com/detail/google-search-console-dat/fkpkhpigkldfnnimijaaldpafcibaepk |
Beschrijving | Easily compare periods in Google Search Console and generate the percentage changes. |
Bestandsgrootte | 128 KB |
Aantal Installaties | 7,000 |
Huidige Versie | 1.6.2 |
Laatst Bijgewerkt | 2023-10-25 |
Publicatiedatum | 2023-05-09 |
Beoordeling | 4.58/5 Totaal 12 Beoordelingen |
Ontwikkelaar | https://thijsvanhal.nl |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.thijsvanhal.nl/ |
Help Pagina-URL | https://www.thijsvanhal.nl/contact/ |
Ondersteunde Talen | 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" } } |