RankBio - SEO & Website Analysis
RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more...
Hvad er RankBio - SEO & Website Analysis?
RankBio - SEO & Website Analysis er en Chrome-udvidelse udviklet af https://rankbio.com, og dens hovedfunktion er "RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more...".
Udvidelsesskærmbilleder
Download RankBio - SEO & Website Analysis-udvidelses-CRX-fil
Download RankBio - SEO & Website Analysis-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mhkpkkjnffeienbjonfiekdmgbcohgmp |
| Officiel URL | https://chromewebstore.google.com/detail/rankbio-seo-website-analy/mhkpkkjnffeienbjonfiekdmgbcohgmp |
| Beskrivelse | RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more... |
| Filstørrelse | 91.43 KB |
| Antal Installationer | 359 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2017-12-11 |
| Udgivelsesdato | 2017-12-11 |
| Bedømmelse | 4.00/5 Samlet 7 Bedømmelser |
| Udvikler | https://rankbio.com |
| [email protected] | |
| Betalingsmetode | free |
| Hjælpeside-URL | http://rankbio.com/contact |
| URL til Fortrolighedspolitik Side | http://rankbio.com/pages/privacy-policy |
| Understøttede Sprog | 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"
]
}
} | |