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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
            ]
        }
    ]
}