JAST - Just Another SEO Tool

Just Another SEO Tool (JAST) is a simple chrome extension for SEOs. It performs several tasks for website and SERP analysis

JAST - Just Another SEO Tool란 무엇입니까?

JAST - Just Another SEO Tool은(는) jastseo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just Another SEO Tool (JAST) is a simple chrome extension for SEOs. It performs several tasks for website and SERP analysis"입니다.

확장 프로그램 스크린샷

screenshot

JAST - Just Another SEO Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Just Another SEO Tool (JAST) is a simple chrome extension for SEOs.
It performs several different tasks divided in two main categories: on-page tools and SERP tools.
Extract data and analyse elements such as titles, descriptions, canonicals, meta robots and much more. Also, it can help you highlight elements on page: internal, external, nofollow links, heading tags inside the page and quickly open external tools for further analysis.                    

확장 프로그램 기본 정보

이름 JAST - Just Another SEO Tool JAST - Just Another SEO Tool
ID kbadjmlmmiholggpgkifmleinhajppga
공식 URL https://chromewebstore.google.com/detail/jast-just-another-seo-too/kbadjmlmmiholggpgkifmleinhajppga
설명 Just Another SEO Tool (JAST) is a simple chrome extension for SEOs. It performs several tasks for website and SERP analysis
파일 크기 58.93 KB
설치 횟수 111
현재 버전 1.4.1
최근 업데이트 2024-01-04
출시 날짜 2021-03-04
평점 5.00/5 총 3 개의 평점
개발자 jastseo
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JAST - Just Another SEO Tool",
    "version": "1.4.1",
    "description": "Just Another SEO Tool (JAST) is a simple chrome extension for SEOs. It performs several tasks for website and SERP analysis",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "images\/jast2.png",
        "32": "images\/icon32b.png",
        "48": "images\/icon48b.png",
        "128": "images\/icon128b.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/jast2.png",
            "32": "images\/icon32b.png",
            "48": "images\/icon48b.png",
            "128": "images\/icon128b.png"
        }
    },
    "manifest_version": 3
}