SEO PaaExtractor
Extract People Also Asked from SERP into json file
SEO PaaExtractorคืออะไร?
SEO PaaExtractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ridaly.com และคุณลักษณะหลักของมันคือ "Extract People Also Asked from SERP into json file"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SEO PaaExtractor
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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\/*" ] } ] } |