Google Search Console Extended

Extends the new Google Search Console

Google Search Console Extended là gì?

Google Search Console Extended là một tiện ích mở rộng Chrome được phát triển bởi Webreload, và tính năng chính của nó là "Extends the new Google Search Console".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Search Console Extended

Tải xuống các tệp mở rộng Google Search Console Extended 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

                        Extends the new Google Search Console with some Features

Features in Version 1
- Full width of the search console
- Clickable Link in URL Inspection Tool
- Copy all Links                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Search Console Extended Google Search Console Extended
ID gafcchglbfbajijlhhcnklpdcljldhlk
URL Chính Thức https://chromewebstore.google.com/detail/google-search-console-ext/gafcchglbfbajijlhhcnklpdcljldhlk
Mô tả Extends the new Google Search Console
Kích Thước Tệp 9.63 KB
Số Lần Cài Đặt 2,470
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2020-05-31
Ngày Phát Hành 2020-05-30
Đánh Giá 2.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Webreload
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Console Extended",
    "version": "1.4",
    "description": "Extends the new Google Search Console",
    "permissions": [
        "https:\/\/search.google.com\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/search.google.com\/*"
            ],
            "css": [
                "gsc.css"
            ],
            "js": [
                "gsc.js"
            ]
        }
    ],
    "icons": {
        "128": "gsc-e.png"
    },
    "manifest_version": 2
}