SEO PaaExtractor
Extract People Also Asked from SERP into json file
Qu'est-ce que SEO PaaExtractor ?
SEO PaaExtractor est une extension Chrome développée par https://ridaly.com, et sa fonction principale est "Extract People Also Asked from SERP into json file".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SEO PaaExtractor
Téléchargez les fichiers d'extension SEO PaaExtractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | SEO PaaExtractor |
ID | fkhfcepajpjpmbleeinddakmkidhohdo |
URL Officiel | https://chromewebstore.google.com/detail/seo-paaextractor/fkhfcepajpjpmbleeinddakmkidhohdo |
Description | Extract People Also Asked from SERP into json file |
Taille du Fichier | 27.22 KB |
Nombre d'Installations | 41 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-07-16 |
Date de Publication | 2023-07-16 |
Développeur | https://ridaly.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ridaly.com/people-also-ask/#extension-para-people-also-ask |
URL de la Page d'Aide | https://github.com/Ridaly/seo-extension |
URL de la Page de Politique de Confidentialité | https://ridaly.com/legal/politica-privacidad |
Langues Prises en Charge | 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\/*" ] } ] } |