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
¿Qué es JAST - Just Another SEO Tool?
JAST - Just Another SEO Tool es una extensión de Chrome desarrollada por jastseo, y su función principal es "Just Another SEO Tool (JAST) is a simple chrome extension for SEOs. It performs several tasks for website and SERP analysis".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión JAST - Just Another SEO Tool
Descarga archivos de extensión JAST - Just Another SEO Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | JAST - Just Another SEO Tool |
ID | kbadjmlmmiholggpgkifmleinhajppga |
URL Oficial | https://chromewebstore.google.com/detail/jast-just-another-seo-too/kbadjmlmmiholggpgkifmleinhajppga |
Descripción | Just Another SEO Tool (JAST) is a simple chrome extension for SEOs. It performs several tasks for website and SERP analysis |
Tamaño del Archivo | 58.93 KB |
Cantidad de Instalaciones | 111 |
Versión Actual | 1.4.1 |
Última Actualización | 2024-01-04 |
Fecha de Publicación | 2021-03-04 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | jastseo |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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 } |