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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

SEO Insights 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}