SEO Insights
SEO Insights is an extension to get information for analysis and optimization of the current website.
SEO Insights là gì?
SEO Insights là một tiện ích mở rộng Chrome được phát triển bởi Sebastian Brosch, và tính năng chính của nó là "SEO Insights is an extension to get information for analysis and optimization of the current website.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SEO Insights
Tải xuống các tệp mở rộng SEO Insights dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SEO Insights |
ID | nlkopdpfkbifcibdoecnfabipofhnoom |
URL Chính Thức | https://chromewebstore.google.com/detail/seo-insights/nlkopdpfkbifcibdoecnfabipofhnoom |
Mô tả | SEO Insights is an extension to get information for analysis and optimization of the current website. |
Kích Thước Tệp | 141 KB |
Số Lần Cài Đặt | 322 |
Phiên Bản Hiện Tại | 0.0.6 |
Cập Nhật Lần Cuối | 2024-02-12 |
Ngày Phát Hành | 2021-05-26 |
Nhà Phát Triển | Sebastian Brosch |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/SEO-Insights/seo-insights/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |