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

Co je JAST - Just Another SEO Tool?

JAST - Just Another SEO Tool je rozšíření Chrome vyvinuté jastseo, a jeho hlavní funkcí je „Just Another SEO Tool (JAST) is a simple chrome extension for SEOs. It performs several tasks for website and SERP analysis“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření JAST - Just Another SEO Tool

Stáhněte si soubory rozšíření JAST - Just Another SEO Tool ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název JAST - Just Another SEO Tool JAST - Just Another SEO Tool
ID kbadjmlmmiholggpgkifmleinhajppga
Oficiální URL https://chromewebstore.google.com/detail/jast-just-another-seo-too/kbadjmlmmiholggpgkifmleinhajppga
Popis Just Another SEO Tool (JAST) is a simple chrome extension for SEOs. It performs several tasks for website and SERP analysis
Velikost souboru 58.93 KB
Počet instalací 111
Aktuální Verze 1.4.1
Poslední Aktualizace 2024-01-04
Datum Vydání 2021-03-04
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář jastseo
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}