RankBio - SEO & Website Analysis
RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more...
Co to jest RankBio - SEO & Website Analysis?
RankBio - SEO & Website Analysis to rozszerzenie Chrome opracowane przez https://rankbio.com, a jego główną funkcją jest „RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more...”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RankBio - SEO & Website Analysis
Pobierz pliki rozszerzeń RankBio - SEO & Website Analysis w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mhkpkkjnffeienbjonfiekdmgbcohgmp |
| Oficjalny URL | https://chromewebstore.google.com/detail/rankbio-seo-website-analy/mhkpkkjnffeienbjonfiekdmgbcohgmp |
| Opis | RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more... |
| Rozmiar pliku | 91.43 KB |
| Liczba instalacji | 359 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2017-12-11 |
| Data Publikacji | 2017-12-11 |
| Ocena | 4.00/5 Łącznie 7 Oceny |
| Deweloper | https://rankbio.com |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Pomocy | http://rankbio.com/contact |
| Adres URL Strony Polityki Prywatności | http://rankbio.com/pages/privacy-policy |
| Obsługiwane Języki | 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"
]
}
} | |