SEO On-Page Analyzer

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

Qu'est-ce que SEO On-Page Analyzer ?

SEO On-Page Analyzer est une extension Chrome développée par https://seoworkflows.com, et sa fonction principale est "Chrome extension to review the on-page SEO attributes of a page.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension SEO On-Page Analyzer

Téléchargez les fichiers d'extension SEO On-Page Analyzer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SEO On-Page Analyzer SEO On-Page Analyzer
ID npnhelfdhpnmbkpjcahmjmafnpneneke
URL Officiel https://chromewebstore.google.com/detail/seo-on-page-analyzer/npnhelfdhpnmbkpjcahmjmafnpneneke
Description Chrome extension to review the on-page SEO attributes of a page.
Taille du Fichier 506 KB
Nombre d'Installations 195
Version Actuelle 1.0.3
Dernière Mise à Jour 2023-07-11
Date de Publication 2023-06-25
Évaluation 5.00/5 Total 6 Évaluations
Développeur https://seoworkflows.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.seoworkflows.com/extensions/details/seo-onpage-analyzer
Langues Prises en Charge 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"
        }
    ]
}