SERP Snippet Extractor by getindexed.io

SERP Snippet Extractor extracts the organic search results from Google with just one click.

SERP Snippet Extractor by getindexed.ioとは何ですか?

SERP Snippet Extractor by getindexed.ioはhttps://getindexed.ioによって開発されたChromeの拡張機能で、その主な機能は「SERP Snippet Extractor extracts the organic search results from Google with just one click.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

SERP Snippet Extractor by getindexed.io拡張機能のCRXファイルをダウンロード

SERP Snippet Extractor by getindexed.io拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Are you looking for an easy way to extract the search results from Google? SERP Snippet Extractor is here to help! 

With just one click, you can extract all data points for each ranking page, from the displayed title and description, the usage of structured data (Rich Results) and the exact pixel position ("pixelrank") of each element and much more! Snippet optimization and search result analysis have never been easier!

Get the organic rankings for your search with these simple steps:
1. Perform your search on Google with your preferred User-Agent (to get Desktop or Mobile results)
2. Click on the plugin logo to extract the organic rankings
3. Paste the data into a spreadsheet

No matter if you want to analyze and optimize your SERP Snippet, or if you want to extract ranking data for Offpage SEO: SERP Snippet Extractor is speeding up this process!                    

拡張機能の基本情報

名前 SERP Snippet Extractor by getindexed.io SERP Snippet Extractor by getindexed.io
ID gcigkdheghgmadikicbaahpgklohlikn
公式URL https://chromewebstore.google.com/detail/serp-snippet-extractor-by/gcigkdheghgmadikicbaahpgklohlikn
説明 SERP Snippet Extractor extracts the organic search results from Google with just one click.
ファイルサイズ 30.63 KB
インストール数 3,465
現在のバージョン 2.2
最終更新日 2023-09-21
公開日 2021-08-29
評価 3.88/5 合計 8 レビュー
開発者 https://getindexed.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.getindexed.io/en/serp-snippet-extractor/
ヘルプページのURL https://www.getindexed.io/en/serp-snippet-extractor/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.2",
    "background": {
        "service_worker": "bg-loader.js"
    },
    "action": {
        "default_icon": "icons\/logo.png",
        "default_title": "SERP Snippet Extractor by getindexed.io"
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "*:\/\/*\/search*"
            ],
            "include_globs": [
                "*:\/\/*google.*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "SERP Snippet Extractor extracts the organic search results from Google with just one click.",
    "homepage_url": "https:\/\/www.getindexed.io\/en\/serp-snippet-extractor\/",
    "icons": {
        "48": "icons\/logo-48.png",
        "96": "icons\/logo-96.png"
    },
    "name": "SERP Snippet Extractor by getindexed.io",
    "permissions": [
        "notifications",
        "clipboardWrite"
    ]
}