SEO On-Page Analyzer

Chrome extension to review the on-page SEO attributes of a page.

ما هو SEO On-Page Analyzer؟

SEO On-Page Analyzer هو إضافة Chrome تم تطويرها بواسطة https://seoworkflows.com، والميزة الرئيسية لها هي "Chrome extension to review the on-page SEO attributes of a page.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة SEO On-Page Analyzer

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

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

                        Optimize your web pages for better search engine visibility with the SEO On-Page Analyzer Chrome extension. 

Features:

1. **Complete On-Page Analysis**: Evaluate title tags, header tags, links, images, stylesheets, scripts, meta tags, word counts, and more.
2. **Export to Excel**: Export analyzed data for further analysis and reporting.
3. **Link Tester**: Within the "Links", "Images" and "Styles & Scripts" sections, there is the option to test all links to verify whether they're any non-200 status code responses for debugging and optimization.
4. **User-Friendly Interface**: Easy-to-use interface suitable for beginners and experienced SEO professionals.                    

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

الاسم SEO On-Page Analyzer SEO On-Page Analyzer
ID npnhelfdhpnmbkpjcahmjmafnpneneke
عنوان URL الرسمي https://chromewebstore.google.com/detail/seo-on-page-analyzer/npnhelfdhpnmbkpjcahmjmafnpneneke
الوصف Chrome extension to review the on-page SEO attributes of a page.
حجم الملف 506 KB
عدد التثبيتات 195
النسخة الحالية 1.0.3
آخر تحديث 2023-07-11
تاريخ النشر 2023-06-25
تقييم 5.00/5 مجموع تقييمات 6
المطور https://seoworkflows.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.seoworkflows.com/extensions/details/seo-onpage-analyzer
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEO On-Page Analyzer",
    "description": "Chrome extension to review the on-page SEO attributes of a page.",
    "version": "1.0.3",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "SEO On-Page Analyzer",
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start"
        }
    ]
}