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ファイルをダウンロード

JAST - Just Another SEO Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}