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 |
官方網址 | 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" ] } |