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”。
扩展截图
下载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 |
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 |
电子邮箱 | [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 } |