Search Console Summary

Google Search Console Summary

What is Search Console Summary?

Search Console Summary is a Chrome extension developed by https://devextensions.com, and its main feature is "Google Search Console Summary".

Extension Screenshots

screenshot
screenshot

Download Search Console Summary Extension CRX File

Download Search Console Summary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Search Console Summary Search Console Summary
ID njmjbabnjeobhlmmakdkpgkmgdphdfpf
Official URL https://chromewebstore.google.com/detail/search-console-summary/njmjbabnjeobhlmmakdkpgkmgdphdfpf
Description Google Search Console Summary
File Size 191 KB
Installation Count 67
Current Version 1.7
Last Updated 2023-10-17
Publish Date 2022-07-20
Rating 5.00/5 Total 2 Ratings
Developer https://devextensions.com
Email [email protected]
Payment Type free
Extension Website https://www.devextensions.com
Privacy Policy Page URL https://www.devextensions.com/privacy-policy
Supported Languages 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"
        ]
    }
}