Serp Analyzer

Serp Analyzer provides additional information about Google search results for those interested in SEO.

Serp Analyzerคืออะไร?

Serp Analyzer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mcolin.jt และคุณลักษณะหลักของมันคือ "Serp Analyzer provides additional information about Google search results for those interested in SEO."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Serp Analyzer

ดาวน์โหลดไฟล์ส่วนขยาย Serp Analyzer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Serp Analyzer allows you to have various information about a search results page:

- Ranking of each domain
- Access the top 100
- Export all ranked URLs
- Export People Also Ask                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Serp Analyzer Serp Analyzer
ID aedndhjdcajkhgfbgfokbcbbffbglcmo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/serp-analyzer/aedndhjdcajkhgfbgfokbcbbffbglcmo
คำอธิบาย Serp Analyzer provides additional information about Google search results for those interested in SEO.
ขนาดไฟล์ 39.8 KB
จำนวนการติดตั้ง 242
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-12-30
วันที่เผยแพร่ 2022-12-29
ผู้พัฒนา mcolin.jt
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Serp Analyzer",
    "version": "1.0.0",
    "description": "Serp Analyzer provides additional information about Google search results for those interested in SEO.",
    "icons": {
        "16": "assets\/position-16.png",
        "48": "assets\/position-48.png",
        "128": "assets\/position-128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.google.*\/search*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/sidebar.html",
                "src\/animate.js",
                "src\/utils.js",
                "src\/app.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}