SEO Insights
SEO Insights is an extension to get information for analysis and optimization of the current website.
O que é SEO Insights?
SEO Insights é uma extensão do Chrome desenvolvida por Sebastian Brosch, e sua principal característica é "SEO Insights is an extension to get information for analysis and optimization of the current website.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SEO Insights
Baixe arquivos de extensão SEO Insights 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 Insights determines the information directly from the website to support the analysis and optimization from a technical search engine optimization perspective. SEO Insights displays the following information of a website: ⭐️ Meta-Information title, description, canonical, robots Twitter, Open Graph, Dublin Core, Parse.ly, Shareaholic ⭐️ Images and Icons image size, alternative text and title ⭐️ Links detailed overview of available hyperlinks internal and external links ⭐️ Headings (H1 to H6) ⭐️ Files Stylesheets and JavaScript files special files like robots.txt or sitemap.xml ⭐️ HTTP-Header ⭐️ Tools check the current website directly with different tools
Informações Básicas da Extensão
Nome | SEO Insights |
ID | nlkopdpfkbifcibdoecnfabipofhnoom |
URL Oficial | https://chromewebstore.google.com/detail/seo-insights/nlkopdpfkbifcibdoecnfabipofhnoom |
Descrição | SEO Insights is an extension to get information for analysis and optimization of the current website. |
Tamanho do Arquivo | 141 KB |
Contagem de Instalações | 322 |
Versão Atual | 0.0.6 |
Última Atualização | 2024-02-12 |
Data de Publicação | 2021-05-26 |
Desenvolvedor | Sebastian Brosch |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/SEO-Insights/seo-insights/ |
Idiomas Suportados | de,en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SEO Insights", "version": "0.0.6", "description": "__MSG_manifest_description__", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "SEO Insights" }, "permissions": [ "activeTab", "scripting" ] } |