Serpstat Website SEO Checker

Instantly check your website's SEO, analyze competitors and get advantage of powerful search analytics in one place.

Serpstat Website SEO Checkerคืออะไร?

Serpstat Website SEO Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย serpstat.com และคุณลักษณะหลักของมันคือ "Instantly check your website's SEO, analyze competitors and get advantage of powerful search analytics in one place."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Serpstat Website SEO Checker

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

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

                        Serpstat Website SEO Checker allows you to find the key metrics of any site or page in just a few clicks. It provides you with an extensive list of SEO metrics, analysis, and tips.

To examine a domain/page, you don't need to open a new tab. Click on the icon and you'll get an SEO audit of domain or page: visibility, traffic, number of keywords, top competitors in the region, etc. 

Three sections are now available: 
* On-page SEO parameters - Free Lifetime
* Page analysis - Freemium
* Domain analysis - Freemium

Some features work without API requests to Serpstat servers so they are available without signing up, right after installation of the extension.
Some reports require to sign up and get a token for API access.

Serpstat Website SEO Checker makes analyzing competitors data easier than ever. The extension helps you to provide quickly a keyword research and trust me, it's much better than Keyword Planner tool.

The major features:

#1 On-page search engine optimization:
Page Source 
Google Cache 
PageSpeed Insights
Site start date
Meta tags
HTML tags 
Words Count / Symbols Count
Favicon checker
and many others.

#2 Page analysis: 
Top 10 keywords in Google ranking
URL that ranks for this request
Ranking position for this keyword
Position change and search volume
Keyword CPC 
URL Competitors
Keywords the site ranks in
Missing keywords

#3 Domain analysis
Domain visibility
Domain traffic
Number of keywords
Improved and declined keywords
New and lost keywords
PPC keywords
Number of results in Google, Bing
Yandex Quality Index
Number of images in Google Image Search
Alexa Rank.
Visibility change graph

In fact, we've brought together the most useful SEO features, so you no longer need a bunch of tools like Ahrefs, Semrush, Majestic and others.
Keep an eye on this - it's just the beginning, you'll see many exciting updates soon.

Important: To get full access to all functionality, you'll need to sign up on Serpstat.com

For information regarding data collection please visit:
https://serpstat.com/users/privacy-policy/                    

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

ชื่อ Serpstat Website SEO Checker Serpstat Website SEO Checker
ID fcgbopaomlpldhbinhgebmkcnkfconmn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/serpstat-website-seo-chec/fcgbopaomlpldhbinhgebmkcnkfconmn
คำอธิบาย Instantly check your website's SEO, analyze competitors and get advantage of powerful search analytics in one place.
ขนาดไฟล์ 1.39 MB
จำนวนการติดตั้ง 39,759
เวอร์ชันปัจจุบัน 5.0.1
อัปเดตครั้งล่าสุด 2023-12-26
วันที่เผยแพร่ 2020-05-17
คะแนน 4.69/5 รวมทั้งหมด 196 คะแนน
ผู้พัฒนา serpstat.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://serpstat.com
URL หน้าช่วยเหลือ https://serpstat.com/ru/support/
URL หน้านโยบายความเป็นส่วนตัว https://serpstat.com/users/privacy-policy
ภาษาที่รองรับ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.0.1",
    "name": "Serpstat Website SEO Checker",
    "manifest_version": 3,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "author": "Serpstat ",
    "action": {
        "default_title": "Serpstat",
        "default_popup": "popup.html",
        "default_icon": "img\/1.png"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.html",
                "js\/contentScript.bundle.js",
                "css\/inject-styles.css"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "background": {
        "service_worker": "\/js\/background.bundle.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ],
            "css": [
                "css\/inject-styles.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting"
    ]
}