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”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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\/*"
]
}
]
} | |