MegaIndex Bar
Анализ SEO-показателей сайта для вебмастеров и оптимизаторов.
Qu'est-ce que MegaIndex Bar ?
MegaIndex Bar est une extension Chrome développée par https://www.megaindex.ru, et sa fonction principale est "Анализ SEO-показателей сайта для вебмастеров и оптимизаторов.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MegaIndex Bar
Téléchargez les fichiers d'extension MegaIndex Bar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
MegaIndex Bar позволяет быстро посмотреть все основные SEO-показатели сайта: - Яндекс тИЦ - Google PageRank - количество проиндексированных страниц в Яндекс и Google - наличие сайта в Яндекс Каталоге Также можно узнать IP-адрес сервера и его регион. Инструмент интегрирован с сервисами MegaIndex, что значительно упрощает работу в системе. В MegaIndex Bar можно быстро переходить на сервисы: - анализа видимости сайта - аудит сайта - анализ показателей сайта - продвижение сайта - выполнение заданий Также MegaIndex Bar позволяет получать быстрые уведомления в системе, такие как: - ход выполнения поставленных заданий - финансовые показатели - актуальные новости и изменения
Informations de Base sur l'Extension
Nom | MegaIndex Bar |
ID | dmebaaellaamjeejfmjnmemlfghlhpik |
URL Officiel | https://chromewebstore.google.com/detail/megaindex-bar/dmebaaellaamjeejfmjnmemlfghlhpik |
Description | Анализ SEO-показателей сайта для вебмастеров и оптимизаторов. |
Taille du Fichier | 132 KB |
Nombre d'Installations | 981 |
Version Actuelle | 1.3.0 |
Dernière Mise à Jour | 2013-08-08 |
Date de Publication | 2013-08-08 |
Évaluation | 4.12/5 Total 17 Évaluations |
Développeur | https://www.megaindex.ru |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |