RankBio - SEO & Website Analysis
RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more...
What is RankBio - SEO & Website Analysis?
RankBio - SEO & Website Analysis is a Chrome extension developed by https://rankbio.com, and its main feature is "RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more...".
Extension Screenshots
Download RankBio - SEO & Website Analysis Extension CRX File
Download RankBio - SEO & Website Analysis extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | mhkpkkjnffeienbjonfiekdmgbcohgmp |
| Official URL | https://chromewebstore.google.com/detail/rankbio-seo-website-analy/mhkpkkjnffeienbjonfiekdmgbcohgmp |
| Description | RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more... |
| File Size | 91.43 KB |
| Installation Count | 359 |
| Current Version | 1.0.0 |
| Last Updated | 2017-12-11 |
| Publish Date | 2017-12-11 |
| Rating | 4.00/5 Total 7 Ratings |
| Developer | https://rankbio.com |
| [email protected] | |
| Payment Type | free |
| Help Page URL | http://rankbio.com/contact |
| Privacy Policy Page URL | http://rankbio.com/pages/privacy-policy |
| Supported Languages | 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"
]
}
} | |