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