SERP Relevance
SERP Relevance Analyzer
什么是SERP Relevance?
SERP Relevance是由https://www.junglesentry.com开发的Chrome扩展程序,该扩展的主要功能是“SERP Relevance Analyzer”。
扩展截图
下载SERP Relevance扩展crx文件
下载SERP Relevance扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
SERP Relevance Analyzer. Simple SEO tool to quickly see which key words are missing in title and content of SERP items. 扩展基本信息
| 名称 | |
| ID | khjnfbblgenanejbkiidnadoncklioin |
| 官方URL | https://chrome.google.com/webstore/detail/serp-relevance/khjnfbblgenanejbkiidnadoncklioin |
| 简介 | SERP Relevance Analyzer |
| 文件大小 | 6.16 KB |
| 安装次数 | 22 |
| 当前版本 | 1.0 |
| 更新时间 | 2018-10-17 |
| 上架时间 | 2018-10-17 |
| 开发者 | https://www.junglesentry.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.junglesentry.com |
| 帮助页面URL | https://www.junglesentry.com/how-to-use-a-solar-battery-charger |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SERP Relevance",
"version": "1.0",
"manifest_version": 2,
"description": "SERP Relevance Analyzer",
"browser_action": {
"default_popup": "popup.html"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/*.google.com\/*"
],
"js": [
"serp_rel.js"
],
"run_at": "document_idle",
"all_frames": true,
"match_about_blank": true
}
],
"permissions": [
"activeTab",
"tabs",
" | |