RankBio - SEO & Website Analysis
RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more...
Что такое RankBio - SEO & Website Analysis?
RankBio - SEO & Website Analysis - это расширение Chrome, разработанное https://rankbio.com, и его основная функция - "RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more...".
Снимки экрана расширения
Скачать файл CRX расширения RankBio - SEO & Website Analysis
Скачайте файлы расширений RankBio - SEO & Website Analysis в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | mhkpkkjnffeienbjonfiekdmgbcohgmp |
| Официальный URL | https://chromewebstore.google.com/detail/rankbio-seo-website-analy/mhkpkkjnffeienbjonfiekdmgbcohgmp |
| Описание | RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more... |
| Размер файла | 91.43 KB |
| Количество установок | 359 |
| Текущая Версия | 1.0.0 |
| Последнее Обновление | 2017-12-11 |
| Дата публикации | 2017-12-11 |
| Рейтинг | 4.00/5 Всего 7 оценок |
| Разработчик | https://rankbio.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы помощи | http://rankbio.com/contact |
| URL страницы политики конфиденциальности | http://rankbio.com/pages/privacy-policy |
| Поддерживаемые языки | 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"
]
}
} | |