Search Console Summary
Google Search Console Summary
Wat is Search Console Summary?
Search Console Summary is een Chrome-extensie ontwikkeld door https://devextensions.com, en de belangrijkste functie is "Google Search Console Summary".
Extensie Screenshots
Download het CRX-bestand van de extensie Search Console Summary
Download Search Console Summary-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
For domains you are authorized on Google Search Console, it allows you to quickly access detailed google search statistics of the page you are visiting.
Basisinformatie over de Extensie
Naam | Search Console Summary |
ID | njmjbabnjeobhlmmakdkpgkmgdphdfpf |
Officiële URL | https://chromewebstore.google.com/detail/search-console-summary/njmjbabnjeobhlmmakdkpgkmgdphdfpf |
Beschrijving | Google Search Console Summary |
Bestandsgrootte | 191 KB |
Aantal Installaties | 67 |
Huidige Versie | 1.7 |
Laatst Bijgewerkt | 2023-10-17 |
Publicatiedatum | 2022-07-20 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://devextensions.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.devextensions.com |
URL van de Privacybeleid Pagina | https://www.devextensions.com/privacy-policy |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Console Summary", "version": "1.7", "description": "Google Search Console Summary", "manifest_version": 3, "background": { "service_worker": ".\/src\/services\/background.js" }, "permissions": [ "identity", "storage", "tabs" ], "action": { "default_popup": ".\/src\/view\/popup.html" }, "icons": { "16": "images\/icon\/app-icon_16x16.png", "32": "images\/icon\/app-icon_32x32.png", "48": "images\/icon\/app-icon_48x48.png", "128": "images\/icon\/app-icon_128x128.png" }, "oauth2": { "client_id": "1038900506270-2nlpgimilg6spa9jd9ei9n54nhqclpr8.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/webmasters.readonly" ] } } |