SERP Snippet Extractor by getindexed.io
SERP Snippet Extractor extracts the organic search results from Google with just one click.
SERP Snippet Extractor by getindexed.ioคืออะไร?
SERP Snippet Extractor by getindexed.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getindexed.io และคุณลักษณะหลักของมันคือ "SERP Snippet Extractor extracts the organic search results from Google with just one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SERP Snippet Extractor by getindexed.io
ดาวน์โหลดไฟล์ส่วนขยาย SERP Snippet Extractor by getindexed.io ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you looking for an easy way to extract the search results from Google? SERP Snippet Extractor is here to help! With just one click, you can extract all data points for each ranking page, from the displayed title and description, the usage of structured data (Rich Results) and the exact pixel position ("pixelrank") of each element and much more! Snippet optimization and search result analysis have never been easier! Get the organic rankings for your search with these simple steps: 1. Perform your search on Google with your preferred User-Agent (to get Desktop or Mobile results) 2. Click on the plugin logo to extract the organic rankings 3. Paste the data into a spreadsheet No matter if you want to analyze and optimize your SERP Snippet, or if you want to extract ranking data for Offpage SEO: SERP Snippet Extractor is speeding up this process!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SERP Snippet Extractor by getindexed.io |
ID | gcigkdheghgmadikicbaahpgklohlikn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/serp-snippet-extractor-by/gcigkdheghgmadikicbaahpgklohlikn |
คำอธิบาย | SERP Snippet Extractor extracts the organic search results from Google with just one click. |
ขนาดไฟล์ | 30.63 KB |
จำนวนการติดตั้ง | 3,465 |
เวอร์ชันปัจจุบัน | 2.2 |
อัปเดตครั้งล่าสุด | 2023-09-21 |
วันที่เผยแพร่ | 2021-08-29 |
คะแนน | 3.88/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://getindexed.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.getindexed.io/en/serp-snippet-extractor/ |
URL หน้าช่วยเหลือ | https://www.getindexed.io/en/serp-snippet-extractor/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.2", "background": { "service_worker": "bg-loader.js" }, "action": { "default_icon": "icons\/logo.png", "default_title": "SERP Snippet Extractor by getindexed.io" }, "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "*:\/\/*\/search*" ], "include_globs": [ "*:\/\/*google.*\/*" ], "run_at": "document_idle" } ], "description": "SERP Snippet Extractor extracts the organic search results from Google with just one click.", "homepage_url": "https:\/\/www.getindexed.io\/en\/serp-snippet-extractor\/", "icons": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png" }, "name": "SERP Snippet Extractor by getindexed.io", "permissions": [ "notifications", "clipboardWrite" ] } |