Seodity

All-in-one SEO tool

Seodityคืออะไร?

Seodity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://seodity.com และคุณลักษณะหลักของมันคือ "All-in-one SEO tool"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Unlock the power of comprehensive SEO analysis directly from your browser with the Seodity SEO Assistant Chrome Extension. It allows you to directly gain actionable insights from search results directly, making SEO evaluations more intuitive. 

Whether you're a seasoned SEO professional or just getting started, this extension is designed to provide a clear and comprehensive overview of any website's SEO performance.

Key Features:
Domain Overview: Instantly retrieve essential metrics like domain rank, backlink count, referring domains, organic keyword statistics, traffic distribution, and more.

Organic Traffic Insights: Dive deep into historical organic traffic data, chart your website's growth, and identify which keywords drive traffic to specific webpages.

On-Page SEO Analyzer: Get a visual representation of your site's appearance in Google SERPs. Test and validate essential files like sitemap.xml and robots.txt. Review meta tags, structured data, on-page keyword distribution, and preview how your site appears on social platforms like Facebook and Twitter.

Rank Tracker: Monitor keyword rankings over time with daily updates and a detailed historical chart to gauge your SEO efforts' effectiveness.

Backlink Checker: Understand your site's backlink profile with a historical chart and list of incoming links.

With just one click, get a comprehensive view of your website's health and areas for improvement. Embark on your SEO journey with enhanced clarity and confidence!                    

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

ชื่อ Seodity Seodity
ID hgnljgokecblapdehcfpkdklocgpmegg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/seodity/hgnljgokecblapdehcfpkdklocgpmegg
คำอธิบาย All-in-one SEO tool
ขนาดไฟล์ 9.61 MB
จำนวนการติดตั้ง 398
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-09-01
วันที่เผยแพร่ 2023-08-31
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://seodity.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://seodity.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Seodity",
    "description": "All-in-one SEO tool",
    "version": "1.0.0",
    "action": {
        "default_popup": "\/index.html"
    },
    "icons": {
        "128": "static\/img\/logo.png"
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.tsx-04a79c5c-6efbf1f0.js"
            ],
            "matches": [
                "*:\/\/*\/search*"
            ],
            "include_globs": [
                "*:\/\/*google.*\/search*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/constants-891cf7fa.js",
                "assets\/index.tsx-04a79c5c.js"
            ],
            "use_dynamic_url": true
        }
    ]
}