SEO Master

SEO Master provides main SEO information, Link Analysis, Traffic Analysis and recommends you other efficient SEO Tools!

SEO Masterคืออะไร?

SEO Master เป็นส่วนขยายของ Chrome ที่พัฒนาโดย imyfonedev และคุณลักษณะหลักของมันคือ "SEO Master provides main SEO information, Link Analysis, Traffic Analysis and recommends you other efficient SEO Tools!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        SEO Master provides main SEO information, Link Analysis, Traffic Analysis and recommends you other efficient SEO Tools.

SEO Master is a free Chrome extension that provides you with key SEO metrics of any site or page in just a few clicks. It can help you analyse the website you are browsing and provide you statistics or a quick access to the reports of other SEO Tools.

We focus on displaying:

1.SEO Stats
- Total pages indexed by major Search Engines: Google, Bing, Yahoo, Yandex, 	Baidu;
- Geo IP Location;
- Domain level metrics: Google Backlinks, SEMrush Backlinks/Rank, Moz Domain	Authority;
- Cache: Google Cache date, Archive's Wayback Machine metrics;

2.Page Info: on-page SEO report
- Canonical URL and its length;
- HTML Meta Tags and lengths: Title, Description and Keywords;
- Headers and sub-headers structure of content;
- Outgoing Internal/External links, anchor text, follow/no-follow attributes, with 	a simple CSV export;
- Images and numbers of images without ALT;
- Social engagement(Facebook likes and Pinterest pin counts) and social account.

3.Link Analysis
- Broken links;
- Backlinks (SEMrush report);
- Redirect Path.

4.Traffic Analysis
- Quick access to SemRush traffic reports.

5.SEO Tools
- Recommend you some efficient SEO tools for Backlink Analysis, Keyword 	Research, On-page SEO and Technical SEO.

SEO Master is available to anyone to use for free, you don’t need to sign up an account or activate it.

It is easy to install and work with: Click the “Add to Chrome” button in Chrome Web Store and then just click “Add Extension” button in the pop-up window.                    

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

ชื่อ SEO Master SEO Master
ID lhjjophmbiokinakmepcdkjolbnoomdm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/seo-master/lhjjophmbiokinakmepcdkjolbnoomdm
คำอธิบาย SEO Master provides main SEO information, Link Analysis, Traffic Analysis and recommends you other efficient SEO Tools!
ขนาดไฟล์ 766 KB
จำนวนการติดตั้ง 777
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-08-31
วันที่เผยแพร่ 2022-08-30
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา imyfonedev
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.imyfone.com/company/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "name": "SEO Master",
    "description": "SEO Master provides main SEO information, Link Analysis, Traffic Analysis and recommends you other efficient SEO Tools!",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "\/assets\/image\/icon16.png",
        "32": "\/assets\/image\/icon32.png",
        "48": "\/assets\/image\/icon48.png",
        "128": "\/assets\/image\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "homepage_url": "https:\/\/www.imyfone.com\/",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_popup": "\/views\/popup.html",
        "default_icon": "\/assets\/image\/icon28.png",
        "default_title": "SEO Master"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/assets\/plug\/jquery_3.5.1.js",
                "\/assets\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}