SEO PaaExtractor

Extract People Also Asked from SERP into json file

SEO PaaExtractorとは何ですか?

SEO PaaExtractorはhttps://ridaly.comによって開発されたChromeの拡張機能で、その主な機能は「Extract People Also Asked from SERP into json file」です。

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

screenshot

SEO PaaExtractor拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        SEO PaaExtractor Extension

Usage
1. Search for something on google, make sure it has a PAA section
2. Click on the extension icon
3. select number of questions you want to download
4. Click button
5. Wait
6. It will download a .json file with all the data.
7. want to convert it to csv? Use a json to csv converte


See documentation at: https://github.com/Ridaly/seo-extension                    

拡張機能の基本情報

名前 SEO PaaExtractor SEO PaaExtractor
ID fkhfcepajpjpmbleeinddakmkidhohdo
公式URL https://chromewebstore.google.com/detail/seo-paaextractor/fkhfcepajpjpmbleeinddakmkidhohdo
説明 Extract People Also Asked from SERP into json file
ファイルサイズ 27.22 KB
インストール数 41
現在のバージョン 1.0
最終更新日 2023-07-16
公開日 2023-07-16
開発者 https://ridaly.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://ridaly.com/people-also-ask/#extension-para-people-also-ask
ヘルプページのURL https://github.com/Ridaly/seo-extension
プライバシーポリシーページのURL https://ridaly.com/legal/politica-privacidad
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SEO PaaExtractor",
    "version": "1.0",
    "description": "Extract People Also Asked from SERP into json file",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-64.png",
            "128": "icon-128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-64.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "*:\/\/www.google.com\/*"
            ]
        }
    ]
}