Easy SEO Extension

The most useful SEO extension

ما هو Easy SEO Extension؟

Easy SEO Extension هو إضافة Chrome تم تطويرها بواسطة https://easyseoextension.com، والميزة الرئيسية لها هي "The most useful SEO extension".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Easy SEO Extension

قم بتنزيل ملفات الامتداد Easy SEO Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ⚠️ We truly believe this is the most useful SEO extension out there. ⚠️

Easy SEO Extension was created by SEO professionals for SEO professionals.

Here's a brief summary of what this tool does...

🔸 Overview Tab (Meta titles/description checks, Canonicals, indexability & more)
🔸 Semantic Sniper (Find keyword related to your target keyword)
🔸 View Subheading (Highlight subheading, copy to clipboard)
🔸 Check Images (Without alt text, over 100kb, non Webp)
🔸 Check Links (internal, external, broken, unique, no-follow)
🔸 View Schema
🔸 KEYWORD KING (An epic keyword research tool)
🔸 JavaScrips Checks
🔸 SEO Tips
🔸 Lots more


1️⃣ The Overview Tab

🔹 Meta data check (you can edit the preview metadata)
🔹 See the indexability elements
🔹 Hidden Checks (missing H1, no images, non redirecting slash)

2️⃣ Semantic Sniper

🔹 Find semantically related keywords to your target keyword
🔹 Data comes from Google so it’s highly relevant
🔹 Get keyword ideas

3️⃣ The Subheadings Tab

🔹 Get an overview of the page
🔹 Copy headings to clipboard 
🔹 Highlights issues like missing H1 and multiple H1 tags

4️⃣ The Images Tab

🔹 Images with missing alt text and a link to the image’s URL
🔹 Large images (over 100kb) and a link to the image’s URL
🔹 Images without the recommended Google format (Webp)

5️⃣ The Links Tab

🔹 Automatically starts highlighting broken and working links
🔹 Export links (Internal, external, broken, all)
🔹 Highlight no-follow links

6️⃣ The Schema Tab

🔹 See what type of schema the page has
🔹 A detailed view of the schema’s code
🔹 Displayed in an easy to understand format

7️⃣ KEYWORD KING

🔹 Get lots of untapped keywords
🔹 Check the AllinTitle: results (a great starting point for low competition keywords)
🔹 Import your own keywords

8️⃣ The JavaScript tab

🔹 Turn off JavaScript to see what your website looks like
🔹 This tab mentions JavaScript checks to go through
🔹 No developer required and it’s easy to do

9️⃣ The SEO Tips Tab

🔹 View actionable SEO tips 
🔹 Frequently updated
🔹 Submit your own SEO tip to get mentioned and a link to your website

The best way to think of this tool is as Your SEO Sidekick. You're Batman and Easy SEO Extension is Robin. 🦸‍♂️

Visit us for more info: https://easyseoextension.com/                    

معلومات أساسية عن التمديد

الاسم Easy SEO Extension Easy SEO Extension
ID lbkmbojelekepakieejfcbjfadoacbnd
عنوان URL الرسمي https://chromewebstore.google.com/detail/easy-seo-extension/lbkmbojelekepakieejfcbjfadoacbnd
الوصف The most useful SEO extension
حجم الملف 1.5 MB
عدد التثبيتات 531
النسخة الحالية 2.1
آخر تحديث 2024-01-11
تاريخ النشر 2023-09-22
تقييم 5.00/5 مجموع تقييمات 4
المطور https://easyseoextension.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://easyseoextension.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1",
    "manifest_version": 3,
    "name": "Easy SEO Extension",
    "description": "The most useful SEO extension",
    "action": {
        "default_icon": {
            "16": "assets\/qn_16.png",
            "32": "assets\/qn_32.png",
            "48": "assets\/qn_48.png",
            "64": "assets\/qn_64.png",
            "128": "assets\/qn_128.png"
        },
        "default_popup": "js\/index.html",
        "default_title": "React Chrome Extension"
    },
    "icons": {
        "16": "assets\/qn_16.png",
        "32": "assets\/qn_32.png",
        "48": "assets\/qn_48.png",
        "64": "assets\/qn_64.png",
        "128": "assets\/qn_128.png"
    },
    "permissions": [
        "storage",
        "contentSettings",
        "contextMenus",
        "scripting",
        "webRequest",
        "webNavigation",
        "clipboardWrite"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "script-src": "'self' https:\/\/cdn.jsdelivr.net\/npm\/; object-src 'self';"
    },
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    }
}