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

Cos'è JAST - Just Another SEO Tool?

JAST - Just Another SEO Tool è un'estensione di Chrome sviluppata da jastseo, e la sua funzione principale è "Just Another SEO Tool (JAST) is a simple chrome extension for SEOs. It performs several tasks for website and SERP analysis".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione JAST - Just Another SEO Tool

Scarica i file di estensione JAST - Just Another SEO Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome JAST - Just Another SEO Tool JAST - Just Another SEO Tool
ID kbadjmlmmiholggpgkifmleinhajppga
URL Ufficiale https://chromewebstore.google.com/detail/jast-just-another-seo-too/kbadjmlmmiholggpgkifmleinhajppga
Descrizione Just Another SEO Tool (JAST) is a simple chrome extension for SEOs. It performs several tasks for website and SERP analysis
Dimensione del File 58.93 KB
Conteggio Installazioni 111
Versione Corrente 1.4.1
Ultimo Aggiornamento 2024-01-04
Data di Pubblicazione 2021-03-04
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore jastseo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}