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 |
官方網址 | 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 } |