SEO Minion

SEO Minion helps you in your daily SEO tasks such as On-Page SEO analysis, Broken Link Checking, SERP Preview and more

SEO Minionคืออะไร?

SEO Minion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://seominion.com และคุณลักษณะหลักของมันคือ "SEO Minion helps you in your daily SEO tasks such as On-Page SEO analysis, Broken Link Checking, SERP Preview and more"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        SEO Minion is available only to customers of Keywords Everywhere's Silver or higher plan.

The tool helps you with the following tasks - 

(1) Analyze On-Page SEO - analyze the HTML of any webpage and view useful information that will help you optimize the On-Page SEO as well as alert you to any issues.

(2) Highlight All Links - quickly see all the links (internal & external) for any webpage

(3) Check Broken Links - check every link on a webpage and get a report of any links with issues

(4) Hreflang Checker - check hreflang tag validity, as well as whether there are return tags present

(5) SERP Preview - preview your website on a real Google search result and update this in real time

(6) Google search location simulator - view non-personalized google search results for one keyword on two different location/language combination. 

(7) SERP Utilities - copy/download URLs & data from Google SERP - Organic, Advert,  Local, Product, Video, Image, Fresh, News, FAQ listings & PAA data

(8) HTML v/s DOM - analyze the differences between the HTML source code and the rendered DOM to check if your JS library is causing any SEO related issue

(9) Analyze Structured Data - analyze the structured data on the webpage

We add features based on user feedback. If you'd like us to add any new features, please email us at [email protected].

You can view the change-log for every version update at https://seominion.com/news                    

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

ชื่อ SEO Minion SEO Minion
ID giihipjfimkajhlcilipnjeohabimjhi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/seo-minion/giihipjfimkajhlcilipnjeohabimjhi
คำอธิบาย SEO Minion helps you in your daily SEO tasks such as On-Page SEO analysis, Broken Link Checking, SERP Preview and more
ขนาดไฟล์ 1.25 MB
จำนวนการติดตั้ง 321,624
เวอร์ชันปัจจุบัน 3.9
อัปเดตครั้งล่าสุด 2024-01-29
วันที่เผยแพร่ 2020-06-30
คะแนน 4.22/5 รวมทั้งหมด 765 คะแนน
ผู้พัฒนา https://seominion.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://seominion.com/
URL หน้าช่วยเหลือ https://seominion.com/faq
URL หน้านโยบายความเป็นส่วนตัว https://seominion.com/privacy
ภาษาที่รองรับ de,en,fr,nl,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "3.9",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_icon": "\/img\/icon128.png"
    },
    "background": {
        "service_worker": "sw_background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/cs-meta.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/www.google.*\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/Prefix.js",
                "\/js\/prefix-init.js",
                "\/js\/CSV.js",
                "\/js\/Helpers.js",
                "\/js\/cs-google-prerender.js",
                "\/js\/cs-google.js"
            ],
            "css": [
                "\/css\/cs-google.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/www.google.*\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/Prefix.js",
                "\/js\/prefix-init.js",
                "\/js\/cs-serp-iframe.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/seominion.com\/service\/widget.php*",
                "https:\/\/seominion.com\/service\/serpWidget.php*"
            ],
            "all_frames": true,
            "js": [
                "\/js\/cs-iframe-resize.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*",
                "\/html\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "webRequest",
        "declarativeNetRequest",
        "webNavigation",
        "activeTab",
        "tabs",
        "scripting",
        "storage"
    ]
}