SEO Insights
SEO Insights is an extension to get information for analysis and optimization of the current website.
什么是SEO Insights?
SEO Insights是由Sebastian Brosch开发的Chrome扩展程序,该扩展的主要功能是“SEO Insights is an extension to get information for analysis and optimization of the current website.”。
扩展截图
下载SEO Insights扩展crx文件
下载SEO Insights扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | SEO Insights |
ID | nlkopdpfkbifcibdoecnfabipofhnoom |
官方URL | https://chromewebstore.google.com/detail/seo-insights/nlkopdpfkbifcibdoecnfabipofhnoom |
简介 | SEO Insights is an extension to get information for analysis and optimization of the current website. |
文件大小 | 141 KB |
安装次数 | 322 |
当前版本 | 0.0.6 |
更新时间 | 2024-02-12 |
上架时间 | 2021-05-26 |
开发者 | Sebastian Brosch |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/SEO-Insights/seo-insights/ |
支持的语言 | 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" ] } |