SEO Review Tools for Chrome!
This extension will help you to analyze an URL using SEO Review Tools
什么是SEO Review Tools for Chrome!?
SEO Review Tools for Chrome!是由https://www.seoreviewtools.com开发的Chrome扩展程序,该扩展的主要功能是“This extension will help you to analyze an URL using SEO Review Tools”。
扩展截图
下载SEO Review Tools for Chrome!扩展crx文件
下载SEO Review Tools for Chrome!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
SEO Review Tools for Chrome is a free extension which allows you to quickly check the URL your visiting with one of my 52 free SEO Tools. And in addition I’ve added my 7 favourite Google Tools.
An overview of all the tools you can access using this Chrome extension:
★ SEO Authority tools
- Backlink Checker
- Rank Checker
- Domain rank tracker
- Link Building Tool
- Bulk Domain Rating checker
- SEO Competitor Research
- Full SEO Scan
- Website Authority Checker
- Domain Authority & Page Authority Checker
- Fresh Backlink checker
- Paid Search Competitor Checker
- Broken link checker
★ SEO Content Tools
- SEO Content Editor [UPDATE]
- AI Writer [NEW]
- Content Rewriter [NEW]
- Content Brief Generator [NEW]
- Headline Generator
- Content Outline Generator
- Keyword Cluster Tool
- FAQ Schema Generator
- Keyword Research Tool
- Keyword Difficulty Checker
- SEO Content Score Checker
- eBay Keyword Tool
- Featured Snippet Tool
- Trending topics
- Free Keyword Search Volume Checker
- Keyword Density Checker
- SEO Keyword suggestion Tool
- Duplicate content checker
- Readability Checker
- Keyword Extractor
- Bulk Web page Word Count checker
- Bulk Title tag checker
- Bulk meta description checker
- HTML Headings Checker
★ Technical SEO Tools
- Website SEO Checker [UPDATE]
- Page Experience Checker
- Core Web Vitals Test
- PWA Testing Tool
- Mobile Friendly Test
- Website Security Checker
- Google PageSpeed checker
- AMP Checker / Testing tool
- Internal Link Analyzer
- SEO Redirect checker
- Canonical URL / Location Checker
★ Webmaster Tools
- Paid Search Competitor Checker
- Domain Age Checker
- Email Finder
- Social page authority checker
- Bulk Pinterest Pins checker
- Facebook Comments box count checker
- Bulk Facebook share count checker
★ Google tools
- PageSpeed Insights
- Lighthouse Audit
- Rich Results Test
- Mobile friendly Testing Tool
- Google Search Console
- Google Keyword Planner
- Google Trends 扩展基本信息
| 名称 | |
| ID | bkdokaekjhpdpijbmonddjijineidbcj |
| 官方URL | https://chromewebstore.google.com/detail/seo-review-tools-for-chro/bkdokaekjhpdpijbmonddjijineidbcj |
| 简介 | This extension will help you to analyze an URL using SEO Review Tools |
| 文件大小 | 50.97 KB |
| 安装次数 | 30,730 |
| 当前版本 | 3.2.0 |
| 更新时间 | 2023-09-14 |
| 上架时间 | 2020-06-17 |
| 评分 | 4.17/5 共114次评分 |
| 开发者 | https://www.seoreviewtools.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.seoreviewtools.com |
| 帮助页面URL | https://www.seoreviewtools.com |
| 隐私政策页面URL | https://www.seoreviewtools.com/google-chrome-privacy-policy.html |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SEO Review Tools for Chrome!",
"version": "3.2.0",
"manifest_version": 3,
"description": "This extension will help you to analyze an URL using SEO Review Tools",
"homepage_url": "https:\/\/www.seoreviewtools.com",
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_icon": "icons\/icon19.png",
"default_popup": "src\/browser_action\/popup.html"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"tabs",
"activeTab"
]
} | |