RankBio - SEO & Website Analysis
RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more...
什么是RankBio - SEO & Website Analysis?
RankBio - SEO & Website Analysis是由https://rankbio.com开发的Chrome扩展程序,该扩展的主要功能是“RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more...”。
扩展截图
下载RankBio - SEO & Website Analysis扩展crx文件
下载RankBio - SEO & Website Analysis扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
WHAT WE DO?
Estimation Traffic and Earnings
Google PageSpeed Insights
Speed And Optimization Tips
Desktop/Mobile Preview
Information Server
Alexa Rank
ALSO, WE CHECK:
Page Authority
Moz Rank
Bounce Rate
Keyword Consistency
Meta Keywords
Meta Description
Google Preview
Domain Age
Page Size 扩展基本信息
| 名称 | |
| ID | mhkpkkjnffeienbjonfiekdmgbcohgmp |
| 官方URL | https://chromewebstore.google.com/detail/rankbio-seo-website-analy/mhkpkkjnffeienbjonfiekdmgbcohgmp |
| 简介 | RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more... |
| 文件大小 | 91.43 KB |
| 安装次数 | 359 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2017-12-11 |
| 上架时间 | 2017-12-11 |
| 评分 | 4.00/5 共7次评分 |
| 开发者 | https://rankbio.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | http://rankbio.com/contact |
| 隐私政策页面URL | http://rankbio.com/pages/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "RankBio - SEO & Website Analysis",
"short_name": "RankBio",
"description": "RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more...",
"version": "1.0.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"webNavigation",
"tabs"
],
"icons": {
"16": "icon.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"jquery.min.js",
"app.js",
"background.js"
]
}
} | |