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.

O que é SEO Page Inspector?

SEO Page Inspector é uma extensão do Chrome desenvolvida por Amin F, e sua principal característica é "Effortlessly reveal and copy important information of pages and images with a double click. Great tool to make lives of SEOs easier.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SEO Page Inspector

Baixe arquivos de extensão SEO Page Inspector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SEO Page Inspector SEO Page Inspector
ID alocccfnnojlcakhdigbgnjiibdfchpl
URL Oficial https://chromewebstore.google.com/detail/seo-page-inspector/alocccfnnojlcakhdigbgnjiibdfchpl
Descrição Effortlessly reveal and copy important information of pages and images with a double click. Great tool to make lives of SEOs easier.
Tamanho do Arquivo 24.85 KB
Contagem de Instalações 32
Versão Atual 1.1
Última Atualização 2024-01-29
Data de Publicação 2023-02-02
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Amin F
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://aminforoutan.com/
Idiomas Suportados 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
}