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
Was ist JAST - Just Another SEO Tool?
JAST - Just Another SEO Tool ist eine Chrome-Erweiterung, die von jastseo entwickelt wurde, und ihr Hauptmerkmal ist "Just Another SEO Tool (JAST) is a simple chrome extension for SEOs. It performs several tasks for website and SERP analysis".
Erweiterungsscreenshots
JAST - Just Another SEO Tool-Erweiterungs-CRX-Datei herunterladen
Laden Sie JAST - Just Another SEO Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | JAST - Just Another SEO Tool |
ID | kbadjmlmmiholggpgkifmleinhajppga |
Offizielle URL | https://chromewebstore.google.com/detail/jast-just-another-seo-too/kbadjmlmmiholggpgkifmleinhajppga |
Beschreibung | Just Another SEO Tool (JAST) is a simple chrome extension for SEOs. It performs several tasks for website and SERP analysis |
Dateigröße | 58.93 KB |
Installationsanzahl | 111 |
Aktuelle Version | 1.4.1 |
Letztes Update | 2024-01-04 |
Veröffentlichungsdatum | 2021-03-04 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | jastseo |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |