MegaIndex Bar
Анализ SEO-показателей сайта для вебмастеров и оптимизаторов.
What is MegaIndex Bar?
MegaIndex Bar is a Chrome extension developed by https://www.megaindex.ru, and its main feature is "Анализ SEO-показателей сайта для вебмастеров и оптимизаторов.".
Extension Screenshots
Download MegaIndex Bar Extension CRX File
Download MegaIndex Bar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
MegaIndex Bar позволяет быстро посмотреть все основные SEO-показатели сайта: - Яндекс тИЦ - Google PageRank - количество проиндексированных страниц в Яндекс и Google - наличие сайта в Яндекс Каталоге Также можно узнать IP-адрес сервера и его регион. Инструмент интегрирован с сервисами MegaIndex, что значительно упрощает работу в системе. В MegaIndex Bar можно быстро переходить на сервисы: - анализа видимости сайта - аудит сайта - анализ показателей сайта - продвижение сайта - выполнение заданий Также MegaIndex Bar позволяет получать быстрые уведомления в системе, такие как: - ход выполнения поставленных заданий - финансовые показатели - актуальные новости и изменения
Extension Basic Information
Name | MegaIndex Bar |
ID | dmebaaellaamjeejfmjnmemlfghlhpik |
Official URL | https://chromewebstore.google.com/detail/megaindex-bar/dmebaaellaamjeejfmjnmemlfghlhpik |
Description | Анализ SEO-показателей сайта для вебмастеров и оптимизаторов. |
File Size | 132 KB |
Installation Count | 981 |
Current Version | 1.3.0 |
Last Updated | 2013-08-08 |
Publish Date | 2013-08-08 |
Rating | 4.12/5 Total 17 Ratings |
Developer | https://www.megaindex.ru |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MegaIndex Bar", "homepage_url": "http:\/\/bar.megaindex.ru", "description": "\u0410\u043d\u0430\u043b\u0438\u0437 SEO-\u043f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u0435\u0439 \u0441\u0430\u0439\u0442\u0430 \u0434\u043b\u044f \u0432\u0435\u0431\u043c\u0430\u0441\u0442\u0435\u0440\u043e\u0432 \u0438 \u043e\u043f\u0442\u0438\u043c\u0438\u0437\u0430\u0442\u043e\u0440\u043e\u0432.", "version": "1.3.0", "manifest_version": 2, "omnibox": { "keyword": "megaindex" }, "icons": { "16": "icon_micro.png", "48": "icon_normal.png", "128": "icon_big.png" }, "offline_enabled": false, "permissions": [ "notifications", "tabs", "http:\/\/api.megaindex.ru\/*", "https:\/\/www.megaindex.org\/*", "storage", "background", "contextMenus" ], "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_title": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c MegaIndex Bar", "default_icon": "icon_small.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "icon_normal.png" ] } |