Search Console Summary

Google Search Console Summary

什麼是Search Console Summary?

Search Console Summary是由https://devextensions.com開發的Chrome擴展程式,該擴展的主要功能是“Google Search Console Summary”。

擴展截圖

screenshot
screenshot

下載Search Console Summary擴展crx文件

下載Search Console Summary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Search Console Summary Search Console Summary
ID njmjbabnjeobhlmmakdkpgkmgdphdfpf
官方網址 https://chromewebstore.google.com/detail/search-console-summary/njmjbabnjeobhlmmakdkpgkmgdphdfpf
簡介 Google Search Console Summary
檔案大小 191 KB
安裝次數 67
目前版本 1.7
更新時間 2023-10-17
上架時間 2022-07-20
評分 5.00/5 共 2 次評分
開發者 https://devextensions.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.devextensions.com
隱私政策頁面URL https://www.devextensions.com/privacy-policy
支援的語言 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"
        ]
    }
}