SEO PaaExtractor
Extract People Also Asked from SERP into json file
Was ist SEO PaaExtractor?
SEO PaaExtractor ist eine Chrome-Erweiterung, die von https://ridaly.com entwickelt wurde, und ihr Hauptmerkmal ist "Extract People Also Asked from SERP into json file".
Erweiterungsscreenshots
SEO PaaExtractor-Erweiterungs-CRX-Datei herunterladen
Laden Sie SEO PaaExtractor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fkhfcepajpjpmbleeinddakmkidhohdo |
| Offizielle URL | https://chromewebstore.google.com/detail/seo-paaextractor/fkhfcepajpjpmbleeinddakmkidhohdo |
| Beschreibung | Extract People Also Asked from SERP into json file |
| Dateigröße | 27.22 KB |
| Installationsanzahl | 41 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2023-07-16 |
| Veröffentlichungsdatum | 2023-07-16 |
| Entwickler | https://ridaly.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://ridaly.com/people-also-ask/#extension-para-people-also-ask |
| Hilfeseite URL | https://github.com/Ridaly/seo-extension |
| URL der Datenschutzrichtlinien-Seite | https://ridaly.com/legal/politica-privacidad |
| Unterstützte Sprachen | 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\/*"
]
}
]
} | |