RankBio - SEO & Website Analysis
RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more...
Was ist RankBio - SEO & Website Analysis?
RankBio - SEO & Website Analysis ist eine Chrome-Erweiterung, die von https://rankbio.com entwickelt wurde, und ihr Hauptmerkmal ist "RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more...".
Erweiterungsscreenshots
RankBio - SEO & Website Analysis-Erweiterungs-CRX-Datei herunterladen
Laden Sie RankBio - SEO & Website Analysis-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mhkpkkjnffeienbjonfiekdmgbcohgmp |
| Offizielle URL | https://chromewebstore.google.com/detail/rankbio-seo-website-analy/mhkpkkjnffeienbjonfiekdmgbcohgmp |
| Beschreibung | RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more... |
| Dateigröße | 91.43 KB |
| Installationsanzahl | 359 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2017-12-11 |
| Veröffentlichungsdatum | 2017-12-11 |
| Bewertung | 4.00/5 Insgesamt 7 Bewertungen |
| Entwickler | https://rankbio.com |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | http://rankbio.com/contact |
| URL der Datenschutzrichtlinien-Seite | http://rankbio.com/pages/privacy-policy |
| Unterstützte Sprachen | 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"
]
}
} | |