Search Console Pro

This extension surfaces your Google Search Console data directly on the pages you're browsing.

Search Console Pro là gì?

Search Console Pro là một tiện ích mở rộng Chrome được phát triển bởi Snapper Tools, và tính năng chính của nó là "This extension surfaces your Google Search Console data directly on the pages you're browsing.".

Ả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 Search Console Pro

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

                        This extension displays your Google Search Console data directly on the page while you're browsing. (You need to be an Owner or Delegated Owner for the Search Console Property you're trying to view data for)

The following data is shown:
• URL Clicks
• URL Impressions
• Top Query and position information
• Indexation status and issues
• Canonical status and issues

❯ Seamlessly adjust time frames from 7 days to 16 months.
❯ Switch between mobile and desktop traffic data.
❯ Download your top queries as CSV for your convenience.

Ideal for content marketers, SEOs and webmasters who'd like to have their most essential search traffic data front and center at all times.

**DISCLAIMER**: This extension requires you to authenticate with your Google account in order to be able to access your Search Console data through the Search Console API.

**PRIVACY NOTICE**: This extension does NOT utilize your data in any way other than to directly display it in your browser. The data is NOT STORED anywhere or sent anywhere. Neither the extension issuer nor anyone else besides yourself have access to your GSC data.

Made with ❤ by an SEO for SEOs.                    

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

Tên Search Console Pro Search Console Pro
ID cdacipnlildelglbnemehemooembfmeh
URL Chính Thức https://chromewebstore.google.com/detail/search-console-pro/cdacipnlildelglbnemehemooembfmeh
Mô tả This extension surfaces your Google Search Console data directly on the pages you're browsing.
Kích Thước Tệp 187 KB
Số Lần Cài Đặt 738
Phiên Bản Hiện Tại 2.1.5
Cập Nhật Lần Cuối 2023-03-03
Ngày Phát Hành 2022-12-26
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Snapper Tools
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/gscproprivacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Console Pro",
    "version": "2.1.5",
    "description": "This extension surfaces your Google Search Console data directly on the pages you're browsing.",
    "manifest_version": 3,
    "background": {
        "service_worker": "scripts\/background\/main.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        }
    },
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "css": [
                "scripts\/content\/css\/main.css"
            ],
            "js": [
                "scripts\/imports\/js\/jquery.min.js",
                "scripts\/imports\/js\/charts.min.js",
                "scripts\/content\/js\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "view\/webAccessible\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "identity",
        "activeTab",
        "storage"
    ]
}