SEO Page Inspector

Effortlessly reveal and copy important information of pages and images with a double click. Great tool to make lives of SEOs easier.

Qu'est-ce que SEO Page Inspector ?

SEO Page Inspector est une extension Chrome développée par Amin F, et sa fonction principale est "Effortlessly reveal and copy important information of pages and images with a double click. Great tool to make lives of SEOs easier.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SEO Page Inspector

Téléchargez les fichiers d'extension SEO Page Inspector 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

                        SEO Page Inspector is an efficient tool for SEO professionals, designed to make their lives easier. With just a double click, you can analyze images and pages, by revealing important information like alt-tags, file names, meta titles and meta descriptions. With this extension, you'll be able to optimize your website for better SEO performance in no time. No more digging through code, or switching between tabs. SEO Page Inspector makes it easy to see what's working and what needs improvement. Try it now and make your SEO life easier.                    

Informations de Base sur l'Extension

Nom SEO Page Inspector SEO Page Inspector
ID alocccfnnojlcakhdigbgnjiibdfchpl
URL Officiel https://chromewebstore.google.com/detail/seo-page-inspector/alocccfnnojlcakhdigbgnjiibdfchpl
Description Effortlessly reveal and copy important information of pages and images with a double click. Great tool to make lives of SEOs easier.
Taille du Fichier 24.85 KB
Nombre d'Installations 32
Version Actuelle 1.1
Dernière Mise à Jour 2024-01-29
Date de Publication 2023-02-02
Évaluation 5.00/5 Total 2 Évaluations
Développeur Amin F
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://aminforoutan.com/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEO Page Inspector",
    "description": "Effortlessly reveal and copy important information of pages and images with a double click. Great tool to make lives of SEOs easier.",
    "version": "1.1",
    "author": "Amin F",
    "icons": {
        "128": "seo-inspector.png"
    },
    "permissions": [
        "clipboardWrite",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "seo-inspector.png"
        },
        "default_title": "Activate SEO Page Inspector"
    },
    "manifest_version": 3
}