SEOcrawl SEO Extension

SEOcrawl is an SEO Extension that allows you to analyze the most important SEO Factors (metadata, headings...) in a single click.

SEOcrawl SEO Extension란 무엇입니까?

SEOcrawl SEO Extension은(는) https://seocrawl.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SEOcrawl is an SEO Extension that allows you to analyze the most important SEO Factors (metadata, headings...) in a single click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        SEOcrawl is an SEO extension whose main objective is to help you in your day to day to be more efficient, agile and get better results for your projects. 

It currently consists of different modules.

Overview

SEO title and meta description previewer and its appearance in search results. 

Headings

Summary of all headings (h1, h2, h3), recommendations for improvements and error identification.

Linking

Identification of all the internal and external linking of the url with their respective anchor text, link status code...

International SEO

Section dedicated 100% to hreflang codes and to ensure that all your international SEO strategy is well implemented.

Social

Preview of Facebook and Twitter social tags (open graph and twitter tags) to ensure that our page is correctly previewed on social networks. 

Indexing API

Real-time check of the Search Console indexing API for a given url (status code, canonical declared and read by Google, last Google crawl and much more...

SEO Keywords

The star! Discover all the keywords for which a url ranks and its detailed performance with trends directly from the browser by visiting that particular url. 

Web Health

Discover from 0 to 100 the health status of that url with a list of recommendations of errors, warnings and all explained in detail so you can act immediately and improve the health of your website in a few steps.                    

확장 프로그램 기본 정보

이름 SEOcrawl SEO Extension SEOcrawl SEO Extension
ID ahjdmclobfiifkhllidfkbpkjijanmma
공식 URL https://chromewebstore.google.com/detail/seocrawl-seo-extension/ahjdmclobfiifkhllidfkbpkjijanmma
설명 SEOcrawl is an SEO Extension that allows you to analyze the most important SEO Factors (metadata, headings...) in a single click.
파일 크기 383 KB
설치 횟수 2,637
현재 버전 1.4.3
최근 업데이트 2023-10-04
출시 날짜 2022-09-16
평점 4.89/5 총 9 개의 평점
개발자 https://seocrawl.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://seocrawl.com/en/
도움말 페이지 URL https://seocrawl.com/en/contact/
개인정보 보호 정책 페이지 URL https://seocrawl.com/en/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.3",
    "name": "SEOcrawl SEO Extension",
    "description": "SEOcrawl is an SEO Extension that allows you to analyze the most important SEO Factors (metadata, headings...) in a single click.",
    "manifest_version": 3,
    "action": {
        "default_icon": "logo48.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}