RankBio - SEO & Website Analysis
RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more...
Vad är RankBio - SEO & Website Analysis?
RankBio - SEO & Website Analysis är en Chrome-tillägg utvecklad av https://rankbio.com, och dess huvudfunktion är "RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more...".
Tilläggsskärmbilder
Ladda ner RankBio - SEO & Website Analysis-förlängningens CRX-fil
Ladda ner RankBio - SEO & Website Analysis-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | mhkpkkjnffeienbjonfiekdmgbcohgmp |
| Officiell webbadress | https://chromewebstore.google.com/detail/rankbio-seo-website-analy/mhkpkkjnffeienbjonfiekdmgbcohgmp |
| Beskrivning | RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more... |
| Filstorlek | 91.43 KB |
| Antal Installationer | 359 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2017-12-11 |
| Publiceringsdatum | 2017-12-11 |
| Betyg | 4.00/5 Totalt 7 Betyg |
| Utvecklare | https://rankbio.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | http://rankbio.com/contact |
| URL till Sekretesspolicy Sidan | http://rankbio.com/pages/privacy-policy |
| Stödda Språk | 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"
]
}
} | |