SEO META in 1 CLICK

Displays all meta data and main SEO information for the best SEO

O que é SEO META in 1 CLICK?

SEO META in 1 CLICK é uma extensão do Chrome desenvolvida por https://www.seo-extension.com, e sua principal característica é "Displays all meta data and main SEO information for the best SEO".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SEO META in 1 CLICK

Baixe arquivos de extensão SEO META in 1 CLICK 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 META in 1 CLICK is a tool that displays all meta tags/data and main seo information clearly. By using this tool, we hope you can better manage and improve your SEO and visibility on Internet 


We focus on displaying: 
✔ title and its length,
✔ description and its length,
✔ URL (and meta-canonical url too),
✔ meta-robots,
✔ displaying headers in order of their appearance in HTML (H1, H2, H3, H4, H5 and H6),
✔ number of images with and without ALT,
✔ the number of links (internal, unique, ...)
✔ Open Graph and twitter social data
✔ Robots.txt and sitemap.xml
✔ and much more...
(See printscreens)

You can also via ETERNAL TOOLS analyse your site and know how improve it (html, css, Google Rich Snippet, PageSpeed...)                    

Informações Básicas da Extensão

Nome SEO META in 1 CLICK SEO META in 1 CLICK
ID bjogjfinolnhfhkbipphpdlldadpnmhc
URL Oficial https://chromewebstore.google.com/detail/seo-meta-in-1-click/bjogjfinolnhfhkbipphpdlldadpnmhc
Descrição Displays all meta data and main SEO information for the best SEO
Tamanho do Arquivo 449 KB
Contagem de Instalações 668,176
Versão Atual 2.66
Última Atualização 2020-09-27
Data de Publicação 2019-07-19
Classificação 4.87/5 Total de 1018 Avaliações
Desenvolvedor https://www.seo-extension.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.seo-extension.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SEO META in 1 CLICK",
    "description": "Displays all meta data and main SEO information for the best SEO",
    "version": "2.66",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "minimum_chrome_version": "16.0.884",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}